Experiment with PGP signed messages

This commit is contained in:
rednoah 2018-06-09 08:29:23 +00:00
parent 9857627782
commit 95f8d08575
6 changed files with 30 additions and 18 deletions

View File

@ -2,7 +2,7 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>FileBot.jar</jar>
<jar></jar>
<outfile>filebot.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
@ -14,13 +14,17 @@
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\lib\*.jar</cp>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0</minVersion>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<jdkPreference>jreOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
</jre>
</launch4jConfig>

View File

@ -2,7 +2,7 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<jar></jar>
<outfile>filebot.launcher.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
@ -14,13 +14,17 @@
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\lib\*.jar</cp>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0</minVersion>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<jdkPreference>jreOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
</jre>
</launch4jConfig>

View File

@ -2,7 +2,7 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<jar></jar>
<outfile>filebot.platform.launcher.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
@ -14,13 +14,17 @@
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\lib\*.jar</cp>
</classPath>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0</minVersion>
<minVersion></minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<jdkPreference>jreOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
</jre>
</launch4jConfig>

Binary file not shown.

Binary file not shown.