Saving config file from install4j updated to newer format.

Added Linux build target
This commit is contained in:
JoePfeiffer 2022-02-14 08:35:51 -07:00
parent 9b6caad7d6
commit 8e7f52698e

View File

@ -1,15 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<install4j version="8.0.4" transformSequenceNumber="8"> <install4j version="9.0.6" transformSequenceNumber="9">
<directoryPresets config="install4j/22.xx" /> <directoryPresets config="install4j/22.xx" />
<application name="OpenRocket 22.xx" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.xx" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="11.0" jdkMode="jdk" jdkName="JDK 11.0"> <application name="OpenRocket 22.xx" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.xx" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="11.0" jdkMode="jdk" jdkName="JDK 11.0">
<jreBundles jdkProviderId="AdoptOpenJDK" release="openjdk11/jdk-11.0.6+10"> <jreBundles jdkProviderId="AdoptOpenJDK" release="11/jdk-11.0.6+10" />
<modules>
<defaultModules set="jre" />
<module name="java.scripting" />
</modules>
</jreBundles>
</application> </application>
<files> <files preserveSymlinks="false">
<mountPoints> <mountPoints>
<mountPoint id="58" /> <mountPoint id="58" />
</mountPoints> </mountPoints>
@ -293,12 +288,20 @@ return console.askYesNo(message, true);
<group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include"> <group id="42" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize banner image" externalParametrizationMode="include">
<serializedBean> <serializedBean>
<property name="backgroundColor"> <property name="backgroundColor">
<object class="com.install4j.runtime.beans.LightOrDarkColor">
<object class="java.awt.Color"> <object class="java.awt.Color">
<int>255</int> <int>255</int>
<int>255</int> <int>255</int>
<int>255</int> <int>255</int>
<int>255</int> <int>255</int>
</object> </object>
<object class="java.awt.Color">
<int>49</int>
<int>52</int>
<int>53</int>
<int>255</int>
</object>
</object>
</property> </property>
<property name="borderSides"> <property name="borderSides">
<object class="com.install4j.runtime.beans.formcomponents.BorderSides"> <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
@ -306,12 +309,20 @@ return console.askYesNo(message, true);
</object> </object>
</property> </property>
<property name="imageEdgeBackgroundColor"> <property name="imageEdgeBackgroundColor">
<object class="com.install4j.runtime.beans.LightOrDarkColor">
<object class="java.awt.Color"> <object class="java.awt.Color">
<int>25</int> <int>25</int>
<int>143</int> <int>143</int>
<int>220</int> <int>220</int>
<int>255</int> <int>255</int>
</object> </object>
<object class="java.awt.Color">
<int>0</int>
<int>74</int>
<int>151</int>
<int>255</int>
</object>
</object>
</property> </property>
<property name="imageEdgeBorder" type="boolean" value="true" /> <property name="imageEdgeBorder" type="boolean" value="true" />
<property name="imageFile"> <property name="imageFile">
@ -364,12 +375,20 @@ return console.askYesNo(message, true);
<group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include"> <group id="49" beanClass="com.install4j.runtime.beans.groups.VerticalFormComponentGroup" useExternalParametrization="true" externalParametrizationName="Customize title bar" externalParametrizationMode="include">
<serializedBean> <serializedBean>
<property name="backgroundColor"> <property name="backgroundColor">
<object class="com.install4j.runtime.beans.LightOrDarkColor">
<object class="java.awt.Color"> <object class="java.awt.Color">
<int>255</int> <int>255</int>
<int>255</int> <int>255</int>
<int>255</int> <int>255</int>
<int>255</int> <int>255</int>
</object> </object>
<object class="java.awt.Color">
<int>49</int>
<int>52</int>
<int>53</int>
<int>255</int>
</object>
</object>
</property> </property>
<property name="borderSides"> <property name="borderSides">
<object class="com.install4j.runtime.beans.formcomponents.BorderSides"> <object class="com.install4j.runtime.beans.formcomponents.BorderSides">
@ -472,14 +491,17 @@ return console.askYesNo(message, true);
</installerGui> </installerGui>
<mediaSets> <mediaSets>
<windows name="Windows" id="60"> <windows name="Windows" id="60">
<jreBundle jreBundleSource="generated"> <jreBundle>
<modules> <modules>
<module name="java.scripting" /> <module name="java.scripting" />
</modules> </modules>
</jreBundle> </jreBundle>
</windows> </windows>
<macos name="macOS Single Bundle" id="159" launcherId="59"> <macos name="macOS Single Bundle" id="159" launcherId="59">
<jreBundle jreBundleSource="generated" includedJre="macos-amd64-11.0.6" /> <jreBundle includedJre="macos-amd64-11.0.6" />
</macos> </macos>
<unixInstaller name="Unix Installer" id="168">
<jreBundle jdkProviderId="AdoptOpenJDK" release="11/jdk-11.0.14.1+1" usePack200="false" overrideJdkRelease="true" />
</unixInstaller>
</mediaSets> </mediaSets>
</install4j> </install4j>