File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
131131SectionEnd
132132
133133Section " Uninstall"
You can’t perform that action at this time.
0 commit comments