-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to get releases building on new machine
- Loading branch information
1 parent
b6dae30
commit b3068b9
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@echo off | ||
REM Make sure to use 32 bit python for this so it runs on all machines | ||
C:\Utils\Python\WinPython-3.4.3.7-32\python-3.4.3\python ./BuildPrjExeSetup.py py2exe | ||
C:\Utils\Python\WinPython-3.4.3.7-32\python-3.4.3\python ./BuildEditorApiExeSetup.py py2exe | ||
C:\Utils\Python\WinPython-3.4.3.7-32\python-3.4.3\python ./BuildReleaseManifesterUpdaterExeSetup.py py2exe | ||
C:\Utils\Python\WinPython-3.4.3.7-32\python-3.4.3\python ./BuildOpenInVisualStudio.py py2exe | ||
C:\Utils\Python32-34\python ./BuildPrjExeSetup.py py2exe | ||
C:\Utils\Python32-34\python ./BuildEditorApiExeSetup.py py2exe | ||
C:\Utils\Python32-34\python ./BuildReleaseManifesterUpdaterExeSetup.py py2exe | ||
C:\Utils\Python32-34\python ./BuildOpenInVisualStudio.py py2exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.3 | ||
0.3.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters