Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Dec 1, 2017
1 parent 311f4c0 commit 4cba0f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.9
0.3.10
2 changes: 1 addition & 1 deletion Source/prj/main/PackageBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _runInternal(self):
self._updateBuildDirectory()

versionStr = self._sys.readFileAsText('[SourceDir]/Version.txt').strip()
installerOutputPath = '[DistDir]/ProjenyInstaller-v{0}.exe'.format(versionStr)
installerOutputPath = '[DistDir]/ProjenyInstaller-v{0}-x64.exe'.format(versionStr)

self._createInstaller(installerOutputPath)

Expand Down
3 changes: 1 addition & 2 deletions Source/prj/main/Prj.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ def _getProjenyDir():
scriptDir = os.path.dirname(os.path.realpath(__file__))
return os.path.join(scriptDir, '../../..')

# This works for both exe builds (Bin/Prj/Data/Prj.exe) and running from source (Source/prj/_main/Prj.py) by coincidence
return os.path.join(MiscUtil.getExecDirectory(), '../../..')
return os.path.join(MiscUtil.getExecDirectory(), '../..')

def _getExtraUserConfigPaths():
return [os.path.join(os.path.expanduser('~'), ConfigFileName)]
Expand Down

0 comments on commit 4cba0f3

Please sign in to comment.