Skip to content

Commit

Permalink
Install4j: Switch macOS to Universal (arm64 + x86_64) binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 11, 2023
1 parent 54f6058 commit 0ac3000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-app/game-headed/build.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ return true;</property>
<windows name="Windows 64 bit" id="87" mediaFileName="${compiler:sys.fullName}_${compiler:sys.version}_windows-64bit">
<jreBundle usePack200="false" directDownload="true" />
</windows>
<macosArchive name="macOS Single Bundle Archive" id="557" launcherId="33" />
<macosArchive name="macOS Single Bundle Archive" id="557" architecture="universal" launcherId="33" />
<unixInstaller name="Unix" id="36">
<jreBundle usePack200="false" directDownload="true" installOnlyIfNecessary="true" />
</unixInstaller>
Expand Down

0 comments on commit 0ac3000

Please sign in to comment.