1313 <variables >
1414 <variable name =" jarPath" value =" ../build/libs/PeerBanHelper.jar" />
1515 <variable name =" librariesPath" value =" ../build/libraries" />
16- <variable name =" startupFlagPlatform" value =" -XX:+UseCompactObjectHeaders -XX:ZCollectionInterval=60 -Djdk.attach.allowAttachSelf=true -XX:MaxRAMPercentage=85.0 -XX:+UseZGC -XX:ZUncommitDelay=1 -Xss512k -XX:+UseStringDeduplication -XX:-ShrinkHeapInSteps -Dfile.encoding=UTF-8 -Dpbh.usePlatformConfigLocation=true -Dpbh.release=install4j" overrideWindows =" true" valueWindows =" -Dsun.net.useExclusiveBind=false -XX:OnError=" scripts\win-error-handler.bat %p" ${compiler:startupFlagPlatform}" overrideMacos =" true" valueMacos =" -XX:OnError=" scripts/macos-error-handler.sh %p" ${compiler:startupFlagPlatform}" overrideUnix =" true" valueUnix =" -XX:OnError=" scripts/linux-error-handler.sh %p" ${compiler:startupFlagPlatform}" />
17- <variable name =" startupFlagPlatformNoGUI" value =" -XX:+UseCompactObjectHeaders -XX:ZCollectionInterval=60 -Djdk.attach.allowAttachSelf=true -XX:MaxRAMPercentage=85.0 -XX:+UseZGC -XX:ZUncommitDelay=1 -Xss512k -XX:+UseStringDeduplication -XX:-ShrinkHeapInSteps -Dfile.encoding=UTF-8 -Dpbh.usePlatformConfigLocation=true -Dpbh.release=install4j" overrideWindows =" true" valueWindows =" -Dsun.net.useExclusiveBind=false -XX:OnError=" scripts\win-error-handler.bat %p" ${compiler:startupFlagPlatformNoGUI}" overrideMacos =" true" valueMacos =" -XX:OnError=" scripts/macos-error-handler.sh %p" ${compiler:startupFlagPlatformNoGUI}" overrideUnix =" true" valueUnix =" -XX:OnError=" scripts/linux-error-handler.sh %p" ${compiler:startupFlagPlatformNoGUI}" />
16+ <variable name =" startupFlagPlatform" value =" -XX:+UseCompactObjectHeaders -XX:SoftMaxHeapSize=386M -Djdk.attach.allowAttachSelf=true -XX:MaxRAMPercentage=85.0 -XX:+UseG1GC -XX:G1PeriodicGCInterval=60000 -XX:MaxHeapFreeRatio=15 -XX:MinHeapFreeRatio=5 -Xss512k -XX:+UseStringDeduplication -XX:-ShrinkHeapInSteps -Dfile.encoding=UTF-8 -Dpbh.usePlatformConfigLocation=true -Dpbh.release=install4j" overrideWindows =" true" valueWindows =" -Dsun.net.useExclusiveBind=false -XX:OnError=" scripts\win-error-handler.bat %p" ${compiler:startupFlagPlatform}" overrideMacos =" true" valueMacos =" -XX:OnError=" scripts/macos-error-handler.sh %p" ${compiler:startupFlagPlatform}" overrideUnix =" true" valueUnix =" -XX:OnError=" scripts/linux-error-handler.sh %p" ${compiler:startupFlagPlatform}" />
17+ <variable name =" startupFlagPlatformNoGUI" value =" -XX:+UseCompactObjectHeaders -XX:SoftMaxHeapSize=386M -Djdk.attach.allowAttachSelf=true -XX:MaxRAMPercentage=85.0 -XX:+UseG1GC -XX:G1PeriodicGCInterval=60000 -XX:MaxHeapFreeRatio=15 -XX:MinHeapFreeRatio=5 -Xss512k -XX:+UseStringDeduplication -XX:-ShrinkHeapInSteps -Dfile.encoding=UTF-8 -Dpbh.usePlatformConfigLocation=true -Dpbh.release=install4j" overrideWindows =" true" valueWindows =" -Dsun.net.useExclusiveBind=false -XX:OnError=" scripts\win-error-handler.bat %p" ${compiler:startupFlagPlatformNoGUI}" overrideMacos =" true" valueMacos =" -XX:OnError=" scripts/macos-error-handler.sh %p" ${compiler:startupFlagPlatformNoGUI}" overrideUnix =" true" valueUnix =" -XX:OnError=" scripts/linux-error-handler.sh %p" ${compiler:startupFlagPlatformNoGUI}" />
1818 <variable name =" jvmOptionsFile" value =" ${LOCALAPPDATA}\PeerBanHelper\java.vmoptions" overrideWindows =" true" valueWindows =" ${LOCALAPPDATA}\PeerBanHelper\java.vmoptions" overrideMacos =" true" valueMacos =" ${user.home}/Library/Application Support/PeerBanHelper" overrideUnix =" true" valueUnix =" ${user.home}/.config/PeerBanHelper" />
1919 </variables >
20- <jreBundles jdkProviderId =" JBR" release =" 25/25.0.2-b300.57 " >
20+ <jreBundles jdkProviderId =" JBR" release =" 25/25.0.2-b329.66 " >
2121 <modules >
2222 <module name =" java.base" />
2323 <module name =" java.desktop" />
2424 <module name =" java.sql.rowset" />
2525 <module name =" jdk.unsupported" />
2626 <module name =" java.net.http" />
2727 <module name =" java.management" />
28+ <module name =" jdk.management" />
2829 </modules >
2930 </jreBundles >
3031 </application >
@@ -235,7 +236,7 @@ return console.askOkCancel(message, true);
235236 </formComponent >
236237 </formComponents >
237238 </screen >
238- <screen name =" Unsupport platform check" id =" 338" beanClass =" com.install4j.runtime.beans.screens.DefaultInfoScreen" rollbackBarrierExitCode =" 0" backButton =" hidden" finishScreen =" true" >
239+ <screen name =" Unsupport platform check" id =" 338" beanClass =" com.install4j.runtime.beans.screens.DefaultInfoScreen" enabled = " false " rollbackBarrierExitCode =" 0" backButton =" hidden" finishScreen =" true" >
239240 <condition >List< String> unsupportedWindows = List.of("Windows 95","Windows 98","Windows 2000", "Windows ME", "Windows XP", "Windows Vista", "Windows 7", "Windows 8", "Windows 8.1");
240241
241242String osName = System.getProperty("os.name");
@@ -261,9 +262,9 @@ ${i18n:unsupported-os}</property>
261262 <property name =" textSource" type =" enum" class =" com.install4j.runtime.beans.screens.components.TextSource" value =" DIRECT" />
262263 </serializedBean >
263264 <externalParametrizationPropertyNames >
264- <propertyName >textSource</propertyName >
265265 <propertyName >displayedText</propertyName >
266266 <propertyName >displayedTextFile</propertyName >
267+ <propertyName >textSource</propertyName >
267268 <propertyName >variableName</propertyName >
268269 </externalParametrizationPropertyNames >
269270 </formComponent >
@@ -1910,6 +1911,13 @@ return true;</property>
19101911 </exclude >
19111912 <jreBundle jreBundleSource =" none" />
19121913 </windows >
1914+ <windows name =" Windows x64 (Win7 Compatible)" id =" 344" mediaFileName =" ${compiler:sys.shortName}_${compiler:sys.platform}_win7_${compiler:sys.version}" architecture =" 64" >
1915+ <excludedComponents >
1916+ <component id =" 326" />
1917+ <component id =" 327" />
1918+ </excludedComponents >
1919+ <jreBundle jdkProviderId =" Liberica" release =" 25/25.0.2+12" overrideJdkRelease =" true" />
1920+ </windows >
19131921 <macosFolder name =" macOS Folder" id =" 98" mediaFileName =" ${compiler:sys.shortName}_macos_${compiler:sys.jreBundleArch}_${compiler:sys.version}" >
19141922 <exclude >
19151923 <entry filesetId =" 306" />
0 commit comments