Skip to content

Commit

Permalink
Changed the file name of the Windows installer
Browse files Browse the repository at this point in the history
Moved 'setup' to the end.
  • Loading branch information
bjorn committed Apr 3, 2011
1 parent 82b76af commit e805a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/win/tiled.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SetCompressor /FINAL /SOLID lzma

InstallDir "$PROGRAMFILES\${P}" ; Default installation directory
Name "${P}" ; Name displayed on installer
OutFile "setup-${P_NORM}-${V}-win${ARCH}.exe" ; Resulting installer filename
OutFile "${P_NORM}-${V}-win${ARCH}-setup.exe" ; Resulting installer filename
BrandingText /TRIMLEFT "${P_NORM}-${V}"
RequestExecutionLevel admin

Expand Down

0 comments on commit e805a0d

Please sign in to comment.