Saving config file from install4j updated to newer format.
Added Linux build target
This commit is contained in:
parent
9b6caad7d6
commit
8e7f52698e
@ -1,15 +1,10 @@
|
||||
<?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" />
|
||||
<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">
|
||||
<modules>
|
||||
<defaultModules set="jre" />
|
||||
<module name="java.scripting" />
|
||||
</modules>
|
||||
</jreBundles>
|
||||
<jreBundles jdkProviderId="AdoptOpenJDK" release="11/jdk-11.0.6+10" />
|
||||
</application>
|
||||
<files>
|
||||
<files preserveSymlinks="false">
|
||||
<mountPoints>
|
||||
<mountPoint id="58" />
|
||||
</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">
|
||||
<serializedBean>
|
||||
<property name="backgroundColor">
|
||||
<object class="com.install4j.runtime.beans.LightOrDarkColor">
|
||||
<object class="java.awt.Color">
|
||||
<int>255</int>
|
||||
<int>255</int>
|
||||
<int>255</int>
|
||||
<int>255</int>
|
||||
</object>
|
||||
<object class="java.awt.Color">
|
||||
<int>49</int>
|
||||
<int>52</int>
|
||||
<int>53</int>
|
||||
<int>255</int>
|
||||
</object>
|
||||
</object>
|
||||
</property>
|
||||
<property name="borderSides">
|
||||
<object class="com.install4j.runtime.beans.formcomponents.BorderSides">
|
||||
@ -306,12 +309,20 @@ return console.askYesNo(message, true);
|
||||
</object>
|
||||
</property>
|
||||
<property name="imageEdgeBackgroundColor">
|
||||
<object class="com.install4j.runtime.beans.LightOrDarkColor">
|
||||
<object class="java.awt.Color">
|
||||
<int>25</int>
|
||||
<int>143</int>
|
||||
<int>220</int>
|
||||
<int>255</int>
|
||||
</object>
|
||||
<object class="java.awt.Color">
|
||||
<int>0</int>
|
||||
<int>74</int>
|
||||
<int>151</int>
|
||||
<int>255</int>
|
||||
</object>
|
||||
</object>
|
||||
</property>
|
||||
<property name="imageEdgeBorder" type="boolean" value="true" />
|
||||
<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">
|
||||
<serializedBean>
|
||||
<property name="backgroundColor">
|
||||
<object class="com.install4j.runtime.beans.LightOrDarkColor">
|
||||
<object class="java.awt.Color">
|
||||
<int>255</int>
|
||||
<int>255</int>
|
||||
<int>255</int>
|
||||
<int>255</int>
|
||||
</object>
|
||||
<object class="java.awt.Color">
|
||||
<int>49</int>
|
||||
<int>52</int>
|
||||
<int>53</int>
|
||||
<int>255</int>
|
||||
</object>
|
||||
</object>
|
||||
</property>
|
||||
<property name="borderSides">
|
||||
<object class="com.install4j.runtime.beans.formcomponents.BorderSides">
|
||||
@ -472,14 +491,17 @@ return console.askYesNo(message, true);
|
||||
</installerGui>
|
||||
<mediaSets>
|
||||
<windows name="Windows" id="60">
|
||||
<jreBundle jreBundleSource="generated">
|
||||
<jreBundle>
|
||||
<modules>
|
||||
<module name="java.scripting" />
|
||||
</modules>
|
||||
</jreBundle>
|
||||
</windows>
|
||||
<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>
|
||||
<unixInstaller name="Unix Installer" id="168">
|
||||
<jreBundle jdkProviderId="AdoptOpenJDK" release="11/jdk-11.0.14.1+1" usePack200="false" overrideJdkRelease="true" />
|
||||
</unixInstaller>
|
||||
</mediaSets>
|
||||
</install4j>
|
||||
|
Loading…
x
Reference in New Issue
Block a user