Skip to content

Commit

Permalink
Windows NSIS Installer: run startool with correct datadir path
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Apr 24, 2011
1 parent 1c15c6f commit c3d7456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stargus.nsi
Expand Up @@ -315,7 +315,7 @@ Section "${NAME}" ExtractData

DetailPrint ""
DetailPrint "$(EXTRACTDATA_FILES)"
ExecDos::exec /DETAILED "$\"$INSTDIR\${STARTOOL}$\" $\"$DATADIR\data$\" $\"$INSTDIR$\""
ExecDos::exec /DETAILED "$\"$INSTDIR\${STARTOOL}$\" $\"$DATADIR$\" $\"$INSTDIR$\""
Pop $0
IntCmp $0 0 +3

Expand Down

0 comments on commit c3d7456

Please sign in to comment.