Skip to content

Commit 588149c

Browse files
committed
updated size and branding
1 parent 91170d9 commit 588149c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

windows/deploy.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ app_name="Jorts"
1818
build_dir="builddir"
1919
theme_name="io.elementary.stylesheet.blueberry"
2020
version="4.0.0"
21+
publisher="ellie-commons"
2122

2223
deploy_dir="windows/deploy"
2324
exe_name="io.github.ellie_commons.jorts.exe"
@@ -145,7 +146,7 @@ RequestExecutionLevel user
145146
146147
# Set the title of the installer window
147148
Caption "${app_name} Installer"
148-
BrandingText "Jorts ${version}, Ellie-Commons 2025"
149+
BrandingText "Jorts ${version}, ${publisher} 2025"
149150
150151
# Set the title and text on the welcome page
151152
!define MUI_WELCOMEPAGE_TITLE "Welcome to ${app_name} setup"
@@ -252,9 +253,9 @@ Section "Install"
252253
WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "DisplayIcon" "\$INSTDIR\\icons\\icon.ico"
253254
WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "InstallLocation" "\$INSTDIR\\"
254255
WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "UninstallString" "\$INSTDIR\\Uninstall.exe"
255-
WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "Publisher" "Ellie-Commons"
256+
WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "Publisher" "${publisher}"
256257
WriteRegStr HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "URLInfoAbout" "https://github.com/ellie-commons/jorts"
257-
WriteRegDWORD HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "EstimatedSize" "0x000220EC" ;139,5MB
258+
WriteRegDWORD HKCU "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${app_name}" "EstimatedSize" "0x00028294" ;164,5 MB
258259
SectionEnd
259260
260261
Section "Uninstall"

0 commit comments

Comments
 (0)