Skip to content

Commit

Permalink
Universal binaries for macOS media file
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokegel committed Feb 22, 2021
1 parent 8a7c5e3 commit 04fadd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/installer/resources/jclasslib.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ return console.askYesNo(message, true);
</installerGui>
<mediaSets>
<windows name="Windows 64-bit" id="2047307151" mediaFileName="${compiler:sys.shortName}_win64_${compiler:sys.version}" installDir="jclasslib" />
<macosArchive name="Mac OS X Single Bundle Archive" id="2047307321" launcherId="404488187">
<macosArchive name="Mac OS X Single Bundle Archive" id="2047307321" architecture="universal" launcherId="404488187">
<topLevelFiles>
<file name=".DS_Store" file="./DS_Store" />
<file name=".background/dmg_background_archive.png" file="./dmg_background_archive.png" />
Expand Down

0 comments on commit 04fadd4

Please sign in to comment.