Skip to content

Commit 04e90d8

Browse files
kayyagaritonygermano
kayyagari
authored andcommitted
Added media that bundles JRE
1 parent effb0a8 commit 04e90d8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tools/install4j/oie-installer-config.install4j

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,38 @@ return console.askYesNo(message, true);
752752
</excludedLaunchers>
753753
<jreBundle jreBundleSource="none" />
754754
</windows>
755+
<windows name="Windows x64-with-JRE" id="121" mediaFileName="${compiler:sys.fullName}_${compiler:sys.platform}_${compiler:sys.version}-with-JRE" installDir="OpenIntegrationEngine" architecture="64">
756+
<excludedLaunchers>
757+
<launcher id="56" />
758+
</excludedLaunchers>
759+
<jreBundle usePack200="false" />
760+
</windows>
761+
<unixInstaller name="Unix Installer-with-JRE" id="125" mediaFileName="${compiler:sys.fullName}_${compiler:sys.platform}_${compiler:sys.version}-with-JRE">
762+
<excludedLaunchers>
763+
<launcher id="56" />
764+
</excludedLaunchers>
765+
<jreBundle usePack200="false" />
766+
</unixInstaller>
767+
<macosFolder name="macOS Folder - ARM-with-JRE" id="130" mediaFileName="${compiler:sys.fullName}_${compiler:sys.platform}_${compiler:sys.version}-aarch-with-JRE" installDir="OpenIntegrationEngine">
768+
<excludedLaunchers>
769+
<launcher id="56" />
770+
</excludedLaunchers>
771+
<jreBundle usePack200="false" />
772+
</macosFolder>
773+
<macosFolder name="macOS Folder - Intel-with-JRE" id="133" mediaFileName="${compiler:sys.fullName}_${compiler:sys.platform}_${compiler:sys.version}-x86-with-JRE" installDir="OpenIntegrationEngine" architecture="amd64">
774+
<excludedLaunchers>
775+
<launcher id="56" />
776+
</excludedLaunchers>
777+
<jreBundle usePack200="false" />
778+
</macosFolder>
779+
<windows name="Windows ARM-with-JRE" id="136" mediaFileName="${compiler:sys.fullName}_${compiler:sys.platform}_${compiler:sys.version}-with-JRE" installDir="OpenIntegrationEngine" architecture="arm64">
780+
<excludedLaunchers>
781+
<launcher id="56" />
782+
</excludedLaunchers>
783+
</windows>
755784
</mediaSets>
756785
<buildIds>
757786
<mediaSet refId="43" />
787+
<mediaSet refId="130" />
758788
</buildIds>
759789
</install4j>

0 commit comments

Comments
 (0)