1- #define AppVersion " 6.2.6 "
2- #define AppVersion_ " 6_2_6 "
1+ #define AppVersion " 6.2.9 "
2+ #define AppVersion_ " 6_2_9 "
33#define AppDomain " ospanel.io"
44#define AppTitle " Open Server Panel"
55#define CurrentYear GetDateTimeString(' yyyy' , ' ' , ' ' )
@@ -27,16 +27,16 @@ VersionInfoCopyright = Copyright (c) 2010-{#CurrentYear}, {#AppDomain}
2727
2828// Compression
2929
30- Compression = lzma2 /fast
31- // Compression = lzma2 /ultra64
30+ // Compression = lzma2 /fast
31+ Compression = lzma2 /ultra64
3232InternalCompressLevel = ultra64
3333LZMAUseSeparateProcess = yes
3434SolidCompression = yes
3535LZMABlockSize = 262144
3636LZMADictionarySize = 262144
3737LZMANumBlockThreads = 4
38- // LZMANumFastBytes = 273
39- LZMANumFastBytes = 32
38+ LZMANumFastBytes = 273
39+ // LZMANumFastBytes = 32
4040
4141// Misc
4242
@@ -81,7 +81,6 @@ Name: "be"; MessagesFile: "resources\lang\be.isl"; LicenseFile: "
8181[Tasks]
8282
8383Name : " desktop_icon" ; Description : " {cm:CreateDesktopIcon}" ; Components : core
84- // Name : " autostarticon" ; Description : " {cm:AutoStartProgram,{#AppTitle}}" ; Components : core
8584Name : " add_to_path" ; Description : " {cm:AddToPath}" ; Components : core
8685Name : " import_cert" ; Description : " {cm:ImportCert}" ; Components : core
8786
@@ -94,7 +93,6 @@ Name: "{group}\{cm:RunManual}"; Filename: "https://github.com/OSPanel/
9493Name : " {group} \{cm:RunDonate}" ; Filename : " https://ospanel.io/donate/" ; Components : core
9594Name : " {group} \{cm:UninstallProgram,{#AppTitle}}" ; Filename : " {uninstallexe} " ; WorkingDir : " {app} " ; Components : core; Flags : createonlyiffileexists
9695Name : " {autodesktop}\{#AppTitle}" ; Filename : " {app} \bin\ospanel.exe" ; WorkingDir : " {app} " ; Flags : createonlyiffileexists ; Tasks: desktop_icon
97- // Name : " {userstartup}\{#AppTitle}" ; Filename : " {app} \bin\ospanel.exe" ; WorkingDir : " {app} " ; Flags : createonlyiffileexists ; Tasks: autostarticon
9896
9997[Components]
10098
0 commit comments