Skip to content

Commit

Permalink
chore: Add architecture to Windows and Linux installer filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 21, 2024
1 parent db4eb48 commit 724a8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spc.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -1114,14 +1114,14 @@ return console.askYesNo(message, true);
</styles>
</installerGui>
<mediaSets>
<windows name="Windows 64-bit" id="154" mediaFileName="ServerPackCreator-${compiler:sys.version}-Installer-Windows" installDir="ServerPackCreator" architecture="64">
<windows name="Windows 64-bit" id="154" mediaFileName="ServerPackCreator-${compiler:sys.version}-Installer-Windows-x86_64" installDir="ServerPackCreator" architecture="64">
<jreBundle usePack200="false">
<modules>
<defaultModules set="all" />
</modules>
</jreBundle>
</windows>
<unixInstaller name="Unix Installer" id="159" mediaFileName="ServerPackCreator-${compiler:sys.version}-Installer-Linux" installDir="serverpackcreator">
<unixInstaller name="Unix Installer" id="159" mediaFileName="ServerPackCreator-${compiler:sys.version}-Installer-Linux-amd64" installDir="serverpackcreator">
<jreBundle usePack200="false">
<modules>
<defaultModules set="all" />
Expand Down

0 comments on commit 724a8b8

Please sign in to comment.