mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
switch build.bat from py2exe to pyinstaller
This commit is contained in:
@@ -5,7 +5,7 @@ rmdir /q /s dist
|
|||||||
del /q /f gam-%1-windows.zip
|
del /q /f gam-%1-windows.zip
|
||||||
del /q /f gam-%1-windows-x64.zip
|
del /q /f gam-%1-windows-x64.zip
|
||||||
|
|
||||||
\python27-32\python.exe setup.py py2exe
|
c:\python27-32\scripts\pyinstaller -F --distpath=gam gam.py
|
||||||
xcopy LICENSE gam\
|
xcopy LICENSE gam\
|
||||||
xcopy whatsnew.txt gam\
|
xcopy whatsnew.txt gam\
|
||||||
xcopy cacert.pem gam\
|
xcopy cacert.pem gam\
|
||||||
@@ -13,7 +13,7 @@ xcopy admin-settings-v1.json gam\
|
|||||||
del gam\w9xpopen.exe
|
del gam\w9xpopen.exe
|
||||||
"%ProgramFiles(x86)%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
|
"%ProgramFiles(x86)%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
|
||||||
|
|
||||||
\python27\python.exe setup-64.py py2exe
|
c:\python27\scripts\pyinstaller -F --distpath=gam-64 gam.py
|
||||||
xcopy LICENSE gam-64\
|
xcopy LICENSE gam-64\
|
||||||
xcopy whatsnew.txt gam-64\
|
xcopy whatsnew.txt gam-64\
|
||||||
xcopy cacert.pem gam-64\
|
xcopy cacert.pem gam-64\
|
||||||
|
|||||||
Reference in New Issue
Block a user