mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Set Python 3.7 (#899)
This commit is contained in:
@@ -10,7 +10,7 @@ del /q /f *.wixpdb
|
|||||||
|
|
||||||
set WIXVERSION=3.11
|
set WIXVERSION=3.11
|
||||||
|
|
||||||
c:\python27-32\scripts\pyinstaller --clean -F --distpath=gam windows-gam.spec
|
c:\python37-32\scripts\pyinstaller --clean -F --distpath=gam windows-gam.spec
|
||||||
xcopy LICENSE gam\
|
xcopy LICENSE gam\
|
||||||
xcopy whatsnew.txt gam\
|
xcopy whatsnew.txt gam\
|
||||||
xcopy gam-setup.bat gam\
|
xcopy gam-setup.bat gam\
|
||||||
@@ -18,7 +18,7 @@ xcopy GamCommands.txt gam\
|
|||||||
del gam\w9xpopen.exe
|
del gam\w9xpopen.exe
|
||||||
"%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
|
"%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
|
||||||
|
|
||||||
c:\python27-64\scripts\pyinstaller --clean -F --distpath=gam-64 windows-gam.spec
|
c:\python37-64\scripts\pyinstaller --clean -F --distpath=gam-64 windows-gam.spec
|
||||||
xcopy LICENSE gam-64\
|
xcopy LICENSE gam-64\
|
||||||
xcopy whatsnew.txt gam-64\
|
xcopy whatsnew.txt gam-64\
|
||||||
xcopy gam-setup.bat gam-64\
|
xcopy gam-setup.bat gam-64\
|
||||||
|
|||||||
Reference in New Issue
Block a user