[fixes #1160] Update Mac installer to single bundle with Applications folder target

This commit is contained in:
SiboVG 2022-03-01 03:12:39 +01:00
parent 7e14a07f9b
commit 8e75c577e8
3 changed files with 9 additions and 4 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="9.0.6" transformSequenceNumber="9">
<directoryPresets config="../../core/resources-src/pix/icon" />
<directoryPresets config="./macOS_resources" />
<application name="OpenRocket 22.02.beta.01" applicationId="8434-9327-1469-6373" mediaDir="media" shortName="OpenRocket" publisher="OpenRocket" publisherWeb="http://openrocket.info" version="22.02.beta.01" allPathsRelative="true" macVolumeId="5f58a2be20d8e22f" javaMinVersion="11.0" javaMaxVersion="13.0" jdkMode="jdk" jdkName="JDK 11.0">
<jreBundles jdkProviderId="Liberica" release="11/11.0.14.1+1">
<modules>
@ -698,13 +698,18 @@ return console.askYesNo(message, true);
</jreBundle>
</windows>
<unixInstaller name="Unix Installer" id="168" />
<macosArchive name="macOS Single Bundle Archive" id="213" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" launcherId="59" />
<macosArchive name="macOS Single Bundle Archive (2)" id="214" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}-universal" architecture="universal" launcherId="59" />
<macosArchive name="macOS Single Bundle Archive (Intel)" id="213" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" launcherId="59">
<topLevelFiles>
<file name=".DS_Store" file="./macOS_resources/DS_Store" />
<file name=".background/macOS_installer_background.png" file="./macOS_resources/macOS_installer_background.png" />
<symlink name="Applications" target="/Applications" />
</topLevelFiles>
</macosArchive>
<macos name="macOS Single Bundle" id="224" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}-installer" launcherId="59" />
</mediaSets>
<buildIds buildAll="false">
<mediaSet refId="60" />
<mediaSet refId="168" />
<mediaSet refId="224" />
<mediaSet refId="213" />
</buildIds>
</install4j>