Merge pull request #884 from stokito/install4j

SPARK-2346 make default-jre or any other JRE for Linux Deb
This commit is contained in:
ilyaHlevnoy 2024-09-08 23:16:40 +03:00 committed by GitHub
commit feae1902c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@
</files>
<launchers>
<launcher name="Spark" id="4" icnsFile="images/message.icns">
<executable name="Spark" iconSet="true" iconFile="images/spark.ico" executableDir="." stderrFile="logs/error.log" redirectStdout="true" stdoutFile="logs/output.log" executableMode="gui" singleInstance="true" serviceDescription="communicator" dpiAware="false">
<executable name="Spark" iconSet="true" iconFile="images/spark.ico" executableDir="." redirectStderr="false" executableMode="gui" singleInstance="true" serviceDescription="communicator" dpiAware="false">
<versionInfo include="true" fileDescription="${compiler:sys.shortName}" legalCopyright="${compiler:sys.publisher}" internalName="${compiler:sys.shortName}" />
</executable>
<java mainClass="org.jivesoftware.launcher.Startup" vmParameters="&quot;-Dappdir=${launcher:sys.launcherDirectory}&quot; -Dsun.java2d.noddraw=true &quot;-Djava.library.path=${launcher:sys.launcherDirectory}\lib\windows&quot;" preferredVM="client">
@ -844,7 +844,7 @@ return console.askYesNo(message, true);
</exclude>
<jreBundle jreBundleSource="none" />
</linuxRPM>
<linuxDeb name="Linux Deb Archive" id="166" dependencies="default-jre">
<linuxDeb name="Linux Deb Archive" id="166" dependencies="default-jre | java-runtime (&gt;= 8)">
<exclude>
<entry location="bin/startup.bat" />
<entry location="documentation" />