Skip to content

Commit

Permalink
actually Linux 64 may still be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchastang committed Dec 12, 2024
1 parent 3d83654 commit 6e506a3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/ucar/unidata/idv/release/installer/idv.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,31 @@ return console.askYesNo(message, true);
</styles>
</installerGui>
<mediaSets>
<unixInstaller name="Linux 64" id="117" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_linux64_installer" installDir="${compiler:INSTALLDIR}" overridePrincipalLanguage="true" customInstallBaseDir="~">
<excludedComponents>
<component id="909" />
</excludedComponents>
<excludedLaunchers>
<launcher id="7" />
<launcher id="4" />
<launcher id="9" />
<launcher id="49" />
</excludedLaunchers>
<excludedBeans>
<bean refId="1451" />
<bean refId="707" />
<bean refId="1019" />
<bean refId="1035" />
<bean refId="1281" />
<bean refId="1503" />
<bean refId="1505" />
</excludedBeans>
<exclude>
<entry location="runIDV.bat" />
<entry filesetId="835" />
</exclude>
<jreBundle jreBundleSource="generated" />
</unixInstaller>
<windows name="Windows 64" id="580" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_windows64_installer" installDir="${compiler:INSTALLDIR}" overridePrincipalLanguage="true">
<excludedComponents>
<component id="909" />
Expand Down

0 comments on commit 6e506a3

Please sign in to comment.