Skip to content

Commit

Permalink
a couple more new issues with pdeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
drwrose committed Oct 9, 2012
1 parent b9ba7b1 commit 850a301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions direct/src/p3d/DeploymentTools.py
Expand Up @@ -590,6 +590,7 @@ def installPackagesInto(self, hostDir, platform):
if package.platform:
xpackage.SetAttribute('platform', package.platform)
assert package.platform == platform
xpackage.SetAttribute('per_platform', '1')
if package.packageVersion:
xpackage.SetAttribute('version', version)
xpackage.SetAttribute('filename', package.packageName + "/" + package.packageVersion + "/" + package.descFileBasename)
Expand Down Expand Up @@ -1161,6 +1162,7 @@ def buildNSIS(self, output, platform):
print >>nsi, ' SetOutPath "$INSTDIR\\%s"' % outdir
curdir = outdir
print >>nsi, ' File "%s"' % (basefile.toOsSpecific())
print >>nsi, ' SetOutPath "$INSTDIR"'
print >>nsi, ' WriteUninstaller "$INSTDIR\\Uninstall.exe"'
print >>nsi, ' ; Start menu items'
print >>nsi, ' !insertmacro MUI_STARTMENU_WRITE_BEGIN Application'
Expand Down

0 comments on commit 850a301

Please sign in to comment.