mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Experiment with PGP signed messages
This commit is contained in:
parent
9857627782
commit
95f8d08575
@ -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>
|
@ -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>
|
@ -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.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user