Skip to content

Commit

Permalink
Changes to get releases building on new machine
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Apr 23, 2016
1 parent b6dae30 commit b3068b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source/BuildAllExes.bat
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
2 changes: 1 addition & 1 deletion Source/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4
2 changes: 1 addition & 1 deletion Source/prj/main/PackageBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PythonDir = os.path.realpath(os.path.join(ScriptDir, '../..'))
ProjenyDir = os.path.realpath(os.path.join(PythonDir, '..'))

NsisPath = "C:/Utils/NSIS/Bin/makensis.exe"
NsisPath = "C:/Utils/NSIS/makensis.exe"

class Runner:
_sys = Inject('SystemHelper')
Expand Down

0 comments on commit b3068b9

Please sign in to comment.