Skip to content

Commit

Permalink
Fixed win installer doesn't rename the app jar properly
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Oct 11, 2021
1 parent 435d5ec commit 721aa81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions distribution/installer-nsis.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ Section "Main application" AppInstall
SectionIn RO

SetOutpath "$INSTDIR"
File "output\gdx-texturepacker-windows.jar"
Rename $INSTDIR\gdx-texturepacker-windows.jar" "$INSTDIR\gdx-texturepacker.jar"

;Include the natives stripped JAR and rename it ot matche universal JAR name.
File "/oname=$INSTDIR\gdx-texturepacker.jar" "output\gdx-texturepacker-windows.jar"

File /r /x "*.sh" "files\*.*"

Expand Down

0 comments on commit 721aa81

Please sign in to comment.