<variable name="WIZARD_HEIGHT" value="720" description="Default/initial width of installer wizard window. Linux media types adapt this.
NOT USED" />
<variable name="MACOSARCHIVE_X64_DMG_FILENAME" value="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-x64-java_${compiler:JAVA_INTEGER_VERSION}" />
<variable name="MACOSARCHIVE_AARCH64_DMG_FILENAME" value="${compiler:APPLICATION_FOLDER}-${compiler:JALVIEW_VERSION}-${compiler:sys.platform}-aarch64-java_${compiler:JAVA_INTEGER_VERSION}" />
- <variable name="INSTALLER_ICON" value="jalview_installer.png" />
- <variable name="INSTALLER_MAC_ICON" value="jalview_installer.icns" />
- <variable name="INSTALLER_WINDOWS_ICON" value="jalview_installer.ico" />
+ <variable name="INSTALLER_ICON" value="jalview_installer.png" description="An icon with installation arrow.
NOT USED" />
+ <variable name="INSTALLER_MAC_ICON" value="jalview_installer.icns" description="An icon with installation arrow.
NOT USED" />
+ <variable name="INSTALLER_WINDOWS_ICON" value="jalview_installer.ico" description="An icon with installation arrow.
NOT USED" />
<variable name="LOG_FILE" value=".jalview.log" />
</variables>
<codeSigning macEnabled="true" macPkcs12File="${compiler:OSX_KEYSTORE}" macNotarize="true" appleId="${compiler:OSX_APPLEID}">
}
</staticMembers>
<applications>
- <application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" actionElevationType="elevated" styleId="35" customIcnsFile="${compiler:JALVIEW_DIR}/${compiler:INSTALLER_MAC_ICON}" customIcoFile="${compiler:JALVIEW_DIR}/${compiler:INSTALLER_WINDOWS_ICON}">
+ <application id="installer" beanClass="com.install4j.runtime.beans.applications.InstallerApplication" actionElevationType="elevated" styleId="35" customIcnsFile="${compiler:JALVIEW_DIR}/${compiler:ICONS_DIR}/${compiler:MAC_ICONS_FILE}" customIcoFile="${compiler:JALVIEW_DIR}/${compiler:ICONS_DIR}/${compiler:WINDOWS_ICONS_FILE}">
<serializedBean>
<property name="frameHeight" type="int" value="720" />
<property name="frameWidth" type="int" value="960" />
<property name="imageEdgeBorderWidth" type="int" value="2" />
<property name="imageFile">
<object class="com.install4j.api.beans.ExternalFile">
- <string>${compiler:JALVIEW_DIR}/${compiler:INSTALLER_ICON}</string>
+ <string>${compiler:JALVIEW_DIR}/${compiler:ICONS_DIR}/${compiler:PNG_ICON_FILE}</string>
</object>
</property>
<property name="imageInsets">