Browse Source

Linux build fix.

Adam Ierymenko 10 năm trước cách đây
mục cha
commit
d7344871e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      make-linux.mk

+ 1 - 1
make-linux.mk

@@ -91,6 +91,6 @@ debug:	FORCE
 
 official: FORCE
 	make -j 4 ZT_OFFICIAL_RELEASE=1
-	./buildinstaller.sh
+	make ZT_OFFICIAL_RELEASE=1 installer
 
 FORCE: