mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-30 07:09:39 -06:00
51 lines
2.1 KiB
XML
Executable File
51 lines
2.1 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<launch4jConfig>
|
|
<dontWrapJar>false</dontWrapJar>
|
|
<headerType>console</headerType>
|
|
<jar>/Users/jhouse/Code/Gaps/GapsWeb/target/GapsWeb-0.4.6.jar</jar>
|
|
<outfile>/Users/jhouse/Desktop/Gaps-v0.4.6.exe</outfile>
|
|
<errTitle></errTitle>
|
|
<cmdLine></cmdLine>
|
|
<chdir>.</chdir>
|
|
<priority>normal</priority>
|
|
<downloadUrl>http://java.com/download</downloadUrl>
|
|
<supportUrl></supportUrl>
|
|
<stayAlive>false</stayAlive>
|
|
<restartOnCrash>false</restartOnCrash>
|
|
<manifest></manifest>
|
|
<icon>/Users/jhouse/Code/Gaps/GapsWeb/src/main/resources/static/images/gaps.ico</icon>
|
|
<singleInstance>
|
|
<mutexName>Gaps</mutexName>
|
|
<windowTitle>Gaps</windowTitle>
|
|
</singleInstance>
|
|
<jre>
|
|
<path>/Users/jhouse/Downloads/bin/java.exe</path>
|
|
<bundledJre64Bit>true</bundledJre64Bit>
|
|
<bundledJreAsFallback>false</bundledJreAsFallback>
|
|
<minVersion>8</minVersion>
|
|
<maxVersion>13</maxVersion>
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
<runtimeBits>64/32</runtimeBits>
|
|
</jre>
|
|
<versionInfo>
|
|
<fileVersion>0.4.6.0</fileVersion>
|
|
<txtFileVersion>Free Form</txtFileVersion>
|
|
<fileDescription>Gaps</fileDescription>
|
|
<copyright>2019</copyright>
|
|
<productVersion>0.4.6.0</productVersion>
|
|
<txtProductVersion>Free Form</txtProductVersion>
|
|
<productName>Gaps</productName>
|
|
<companyName></companyName>
|
|
<internalName>Gaps</internalName>
|
|
<originalFilename>Gaps-0.4.6.exe</originalFilename>
|
|
<trademarks></trademarks>
|
|
<language>ENGLISH_US</language>
|
|
</versionInfo>
|
|
<messages>
|
|
<startupErr>An error occurred while starting the application.</startupErr>
|
|
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
|
|
<jreVersionErr>This application requires a Java Runtime Environment</jreVersionErr>
|
|
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
|
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
|
</messages>
|
|
</launch4jConfig> |