Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Feb 25, 2018
1 parent 2d6ee42 commit b423e5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions setup/launch4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>G:\Data\IdeaProjects\nanoboard\target\universal\stage\lib\nanoboard-server.jar</jar>
<outfile>G:\Data\IdeaProjects\nanoboard\target\universal\nanoboard.exe</outfile>
<jar>..\target\universal\stage\lib\nanoboard-server.jar</jar>
<outfile>..\target\universal\nanoboard.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand All @@ -13,14 +13,14 @@
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>G:\Data\IdeaProjects\nanoboard\frontend\files\favicon.ico</icon>
<icon>..\frontend\files\favicon.ico</icon>
<singleInstance>
<mutexName>nanoboard-server</mutexName>
<windowTitle></windowTitle>
</singleInstance>
<jre>
<path>jre1.8.0_74</path>
<bundledJre64Bit>false</bundledJre64Bit>
<path>jre1.8.0_102</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>true</bundledJreAsFallback>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
Expand Down
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:Ad

[Files]
Source: {#ProjectFolder}\target\universal\nanoboard.exe; DestDir: {app}; Flags: ignoreversion
Source: G:\Temp\Java\jre1.8.0_74\*; DestDir: {app}\jre1.8.0_74; Flags: recursesubdirs ignoreversion
Source: c:\Program Files\Java\jre1.8.0_102\*; DestDir: {app}\jre1.8.0_102; Flags: recursesubdirs ignoreversion
Source: {#ProjectFolder}\setup\places.txt; DestDir: {app}; Flags: ignoreversion
Source: {#ProjectFolder}\setup\categories.txt; DestDir: {app}; Flags: ignoreversion
Source: {#ProjectFolder}\frontend\files\favicon.ico; DestDir: {app}; Flags: ignoreversion
Expand Down

0 comments on commit b423e5a

Please sign in to comment.