Skip to content

Commit

Permalink
Fixed the launcher jar
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Jan 18, 2005
1 parent de76cc0 commit 63af641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/launcher.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SilentInstall silent
AutoCloseWindow true
ShowInstDetails nevershow

!define ARGS "-Djava.library.path=lib -jar lib/jetrix-@version@.jar"
!define ARGS "-Djava.library.path=lib -jar lib/jetrix-launcher-@version@.jar"

Section ""
Call GetJRE
Expand Down

0 comments on commit 63af641

Please sign in to comment.