Skip to content

Commit

Permalink
More nojava
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Sep 16, 2024
1 parent 1af7119 commit f61322e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install4j/project.install4j
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.8" transformSequenceNumber="10">
<directoryPresets config="target/PeerBanHelper.jar" />
<application name="PeerBanHelper" applicationId="7121-2388-2769-9582" mediaDir="./output" lzmaCompression="true" shrinkRuntime="false" shortName="PeerBanHelper" publisher="PBH-BTN Community" publisherWeb="https://github.com/PBH-BTN" version="4.4.1" allPathsRelative="true" backupOnSave="true" autoSave="true" convertDotsToUnderscores="false" convertSpacesToUnderscores="false" macVolumeId="6106cfe6eb875954" javaMinVersion="21">
<application name="PeerBanHelper" applicationId="7121-2388-2769-9582" mediaDir="./output" lzmaCompression="true" shortName="PeerBanHelper" publisher="PBH-BTN Community" publisherWeb="https://github.com/PBH-BTN" version="4.4.1" allPathsRelative="true" backupOnSave="true" autoSave="true" convertDotsToUnderscores="false" convertSpacesToUnderscores="false" macVolumeId="6106cfe6eb875954" javaMinVersion="21">
<languages languageSelectionInPrincipalLanguage="true">
<principalLanguage id="zh_CN" customLocalizationFile="./lang/custom.utf8" />
<additionalLanguages>
Expand Down Expand Up @@ -668,5 +668,11 @@ return console.askYesNo(message, true);
<windows name="Windows arm64 NoJava" id="112" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}_withoutjava" architecture="arm64">
<jreBundle jreBundleSource="none" />
</windows>
<macosFolder name="macOS Folder NoJava" id="120" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}_nojava" architecture="universal">
<jreBundle jreBundleSource="none" />
</macosFolder>
<unixInstaller name="Unix Installer NoJava" id="124" require64BitVm="true">
<jreBundle jreBundleSource="none" />
</unixInstaller>
</mediaSets>
</install4j>

0 comments on commit f61322e

Please sign in to comment.