We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d944c commit 4a5ba14Copy full SHA for 4a5ba14
windows/deploy.sh
@@ -232,7 +232,7 @@ Section "Install"
232
SetOutPath "\$LOCALAPPDATA\\Microsoft\\Windows\\Fonts"
233
File /r "fonts\\*"
234
WriteRegStr HKCU "Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts" "Redacted Script Regular (TrueType)" "\$LOCALAPPDATA\\Microsoft\\Windows\\Fonts\\RedactedScript-Regular.ttf"
235
- WriteRegStr HKCU "Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts" "Inter (TrueType)" "\$LOCALAPPDATA\\Microsoft\\Windows\\Fonts\\InterVariable.ttf"
+ WriteRegStr HKCU "Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts" "Inter Variable (TrueType)" "\$LOCALAPPDATA\\Microsoft\\Windows\\Fonts\\InterVariable.ttf"
236
SetOutPath "\$INSTDIR"
237
238
; Start menu
0 commit comments