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

View File

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

View File

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

Binary file not shown.

Binary file not shown.