Skip to content

Commit

Permalink
移除 windows x86 支持,编译失败了
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 25, 2025
1 parent cdf0f24 commit 1c2e76e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install4j/project.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,6 @@ return true;</property>
<unixInstaller name="riscv64 Linux Installer" id="133" mediaFileName="${compiler:sys.shortName}_${compiler:sys.jreBundleArch}_${compiler:sys.version}" require64BitVm="true">
<jreBundle platform="linux-riscv64" />
</unixInstaller>
<windows name="Windows x86 (32-bit)" id="254" mediaFileName="_____UNSUPPORTED_${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" architecture="32" />
<unixInstaller name="x86 (32-bit) Linux Installer" id="259" mediaFileName="_____UNSUPPORTED_${compiler:sys.shortName}_${compiler:sys.jreBundleArch}_${compiler:sys.version}" require64BitVm="true">
<jreBundle platform="linux-x86" />
</unixInstaller>
Expand Down

0 comments on commit 1c2e76e

Please sign in to comment.