Skip to content

Commit 91170d9

Browse files
author
yournamem
committed
Rebuild
1 parent 4a5ba14 commit 91170d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

windows/Jorts-Installer.exe

3.49 KB
Binary file not shown.

windows/Jorts-Installer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Section "Install"
105105
SetOutPath "$LOCALAPPDATA\Microsoft\Windows\Fonts"
106106
File /r "fonts\*"
107107
WriteRegStr HKCU "Software\Microsoft\Windows NT\CurrentVersion\Fonts" "Redacted Script Regular (TrueType)" "$LOCALAPPDATA\Microsoft\Windows\Fonts\RedactedScript-Regular.ttf"
108-
WriteRegStr HKCU "Software\Microsoft\Windows NT\CurrentVersion\Fonts" "Inter (TrueType)" "$LOCALAPPDATA\Microsoft\Windows\Fonts\InterVariable.ttf"
108+
WriteRegStr HKCU "Software\Microsoft\Windows NT\CurrentVersion\Fonts" "Inter Variable (TrueType)" "$LOCALAPPDATA\Microsoft\Windows\Fonts\InterVariable.ttf"
109109
SetOutPath "$INSTDIR"
110110

111111
; Start menu
@@ -127,7 +127,7 @@ Section "Install"
127127
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\Jorts" "UninstallString" "$INSTDIR\Uninstall.exe"
128128
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\Jorts" "Publisher" "Ellie-Commons"
129129
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\Jorts" "URLInfoAbout" "https://github.com/ellie-commons/jorts"
130-
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\Jorts" "EstimatedSize" "0x00026548" ;157MB
130+
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\Jorts" "EstimatedSize" "0x000220EC" ;139,5MB
131131
SectionEnd
132132

133133
Section "Uninstall"

0 commit comments

Comments
 (0)