Skip to content

Commit

Permalink
Update to install4j build config
Browse files Browse the repository at this point in the history
  • Loading branch information
C4J committed Jun 16, 2024
1 parent 43d3a28 commit 16b2c12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
Binary file modified b6AutoLab/autolab4j.jar
Binary file not shown.
18 changes: 12 additions & 6 deletions b6AutoLab/b6AutoLab.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.7" transformSequenceNumber="10">
<install4j version="10.0.8" transformSequenceNumber="10">
<directoryPresets config="./running" />
<application name="Commander4j AutoLab" applicationId="8985-6673-6807-0058" mediaDir="../../../Distribution/java17/b6autolab4j" shrinkRuntime="false" shortName="AutoLab" publisher="David Garratt" publisherWeb="http://www.commander4j.com" version="3.27" allPathsRelative="true" macVolumeId="c0f86b3fb8cdcdfe" javaMinVersion="17" javaMaxVersion="17">
<application name="Commander4j AutoLab" applicationId="8985-6673-6807-0058" mediaDir="../../../Distribution/java17/b6autolab4j" shrinkRuntime="false" shortName="AutoLab" publisher="David Garratt" publisherWeb="http://www.commander4j.com" version="3.28" allPathsRelative="true" macVolumeId="c0f86b3fb8cdcdfe" javaMinVersion="17" javaMaxVersion="17">
<languages skipLanguageSelection="true">
<additionalLanguages>
<language id="nl" />
Expand Down Expand Up @@ -603,14 +603,20 @@ return console.askYesNo(message, true);
</styles>
</installerGui>
<mediaSets>
<windows name="Windows 64bit (with JRE)" id="46" customInstallBaseDir="C:\" architecture="64">
<windows name="Windows 64bit (with JRE)" id="46" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_${compiler:sys.platform}${compiler:sys.withJre}" customInstallBaseDir="C:\" architecture="64">
<jreBundle usePack200="false" />
</windows>
<macosFolder name="macOS Folder" id="50" architecture="universal">
<windows name="Windows arm64 (with JRE)" id="65" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_${compiler:sys.platform}${compiler:sys.withJre}" customInstallBaseDir="C:\" architecture="arm64">
<jreBundle usePack200="false" />
</windows>
<unixInstaller name="Linux Installer" id="51" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_linux${compiler:sys.withJre}">
<jreBundle usePack200="false" jreBundleSource="none" />
</unixInstaller>
<macosFolder name="Mac OS X Folder intel (with JRE)" id="50" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_intel_mac${compiler:sys.withJre}">
<jreBundle usePack200="false" />
</macosFolder>
<unixInstaller name="Unix Installer" id="51">
<macosFolder name="Mac OS X Folder arm (with JRE)" id="69" mediaFileName="${compiler:sys.shortName}_${compiler:sys.version}_silicon_mac${compiler:sys.withJre}" architecture="aarch64">
<jreBundle usePack200="false" />
</unixInstaller>
</macosFolder>
</mediaSets>
</install4j>
2 changes: 1 addition & 1 deletion b6AutoLab/src/com/commander4j/autolab/AutoLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AutoLab extends Thread
public static boolean run = true;
public static EmailQueue emailqueue = new EmailQueue();
public static WatchDog watchdog;
public static String version = "3.27";
public static String version = "3.28";
private JUtility utils = new JUtility();
public static EmailThread emailthread;
private TrayIconSystemInfo trayIconSystem = new TrayIconSystemInfo();
Expand Down

0 comments on commit 16b2c12

Please sign in to comment.