Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Gruszczyński committed Aug 19, 2022
1 parent 011c817 commit 13b7682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release_files/release_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\repo\github\MercuryTrade\release_files\MercuryTrade.jar</jar>
<outfile>C:\repo\github\MercuryTrade\release_files\MercuryTrade.exe</outfile>
<jar>MercuryTrade.jar</jar>
<outfile>MercuryTrade.exe</outfile>
<errTitle>MercuryTrade needs java to work. Please install java first</errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand All @@ -13,7 +13,7 @@
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\repo\github\MercuryTrade\release_files\app-icon.ico</icon>
<icon>app-icon.ico</icon>
<singleInstance>
<mutexName>MercuryTrade</mutexName>
<windowTitle>MercuryTrade</windowTitle>
Expand Down

0 comments on commit 13b7682

Please sign in to comment.