Skip to content

Commit 3b3320e

Browse files
committed
Commit for v1.1.0
1 parent 89231c7 commit 3b3320e

10 files changed

+20
-20
lines changed

fonts/Hack_v2_019/Hack-Bold.ttf

-387 KB
Binary file not shown.

fonts/Hack_v2_019/Hack-BoldItalic.ttf

-395 KB
Binary file not shown.

fonts/Hack_v2_019/Hack-Italic.ttf

-390 KB
Binary file not shown.

fonts/Hack_v2_019/Hack-Regular.ttf

-385 KB
Binary file not shown.

fonts/Hack_v2_020/Hack-Bold.ttf

393 KB
Binary file not shown.

fonts/Hack_v2_020/Hack-BoldItalic.ttf

401 KB
Binary file not shown.

fonts/Hack_v2_020/Hack-Italic.ttf

397 KB
Binary file not shown.

fonts/Hack_v2_020/Hack-Regular.ttf

390 KB
Binary file not shown.

src/HackWindowsInstaller.iss

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
//#define DEBUG
1919

2020
//Update this when releasing a new version
21-
#define public Version '1.0.2'
21+
#define public Version '1.1.0'
2222

2323
//This defines in which sub folder of this project the current files are located
24-
#define public HackMonospaced_Sourcefolder 'Hack_v2_019'
24+
#define public HackMonospaced_Sourcefolder 'Hack_v2_020'
2525

2626
//This definies the version of Hack monospaces
27-
#define public HackMonospaced_Version '2.019'
27+
#define public HackMonospaced_Version '2.020'
2828

2929

3030

src/HackWindowsInstaller_TEMP_Preprocessed.iss

+17-17
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
;Because the sub expects a string for each item, an error from ISPP about "Actual datatype not declared type"
5252
;when compiling the setup indicates that total_fonts is set to a wrong value
5353

54-
; Hack_v2_019\Hack-Bold.ttf - "Hack Bold" (88b4fa8e7d1aa8fe2d2d3f52a75cb2cf44b83c7a)
55-
; Hack_v2_019\Hack-BoldItalic.ttf - "Hack Bold Italic" (a977e19b2b69c39eda63cd57fb41f55ef1fef38a)
56-
; Hack_v2_019\Hack-Regular.ttf - "Hack" (3d5f3ccfa40406ad252b76a2219cb629df8e5ab3)
57-
; Hack_v2_019\Hack-Italic.ttf - "Hack Italic" (5d00974b49990e543f55b4aec2ea83660c8a49bf)
54+
; Hack_v2_020\Hack-Bold.ttf - "Hack Bold" (a7bb6faacd609145b55ed15ca238755544c03af5)
55+
; Hack_v2_020\Hack-BoldItalic.ttf - "Hack Bold Italic" (c428004a2fe3570450c6d03442052b1a9989c58b)
56+
; Hack_v2_020\Hack-Regular.ttf - "Hack" (664cfe2a64de1486c0ace8073ceeb6d9281e8b78)
57+
; Hack_v2_020\Hack-Italic.ttf - "Hack Italic" (efdae4b94858b98eab6dcf2cb8e3cc3d28263cc2)
5858

5959
;---END---
6060

@@ -78,8 +78,8 @@ AppId=HackWindowsInstaller
7878
SetupMutex=HackWindowsInstaller_SetupMutex
7979

8080
AppName=Hack Windows Installer
81-
AppVersion=1.0.2
82-
VersionInfoVersion=1.0.2
81+
AppVersion=1.1.0
82+
VersionInfoVersion=1.1.0
8383

8484
AppPublisher=Michael Hex / Source Foundry
8585
AppContact=Michael Hex / Source Foundry
@@ -132,15 +132,15 @@ AllowCancelDuringInstall=False
132132
;SetupAppTitle is displayed in the taskbar
133133
SetupAppTitle=Hack Windows Installer
134134
;SetupWindowsTitle is displayed in the setup window itself so better include the version
135-
SetupWindowTitle=Hack Windows Installer 1.0.2
135+
SetupWindowTitle=Hack Windows Installer 1.1.0
136136

137137
;Message for the "Read to install" wizard page
138138
;NOT USED - "Ready To Install" - below title bar
139139
;WizardReady=
140140
;"Setup is now ready to begin installing ...."
141141
ReadyLabel1=
142142
;"Click Install to continue with the installation"
143-
ReadyLabel2b=Setup is now ready to install the Hack fonts v2.019 on your system.
143+
ReadyLabel2b=Setup is now ready to install the Hack fonts v2.020 on your system.
144144

145145

146146

@@ -160,10 +160,10 @@ Source: "license*.*"; DestDir: "{app}"; Flags: ignoreversion;
160160
Source: "img\Hack-installer-icon.ico"; DestDir: "{app}"; Flags: ignoreversion;
161161

162162
;Install fonts
163-
Source: "fonts\Hack_v2_019\Hack-Bold.ttf"; FontInstall: "Hack Bold"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
164-
Source: "fonts\Hack_v2_019\Hack-BoldItalic.ttf"; FontInstall: "Hack Bold Italic"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
165-
Source: "fonts\Hack_v2_019\Hack-Regular.ttf"; FontInstall: "Hack"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
166-
Source: "fonts\Hack_v2_019\Hack-Italic.ttf"; FontInstall: "Hack Italic"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
163+
Source: "fonts\Hack_v2_020\Hack-Bold.ttf"; FontInstall: "Hack Bold"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
164+
Source: "fonts\Hack_v2_020\Hack-BoldItalic.ttf"; FontInstall: "Hack Bold Italic"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
165+
Source: "fonts\Hack_v2_020\Hack-Regular.ttf"; FontInstall: "Hack"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
166+
Source: "fonts\Hack_v2_020\Hack-Italic.ttf"; FontInstall: "Hack Italic"; DestDir: "{fonts}"; Check: FontFileInstallationRequired; Flags: ignoreversion restartreplace;
167167

168168

169169
[InstallDelete]
@@ -186,7 +186,7 @@ Type: files; Name: "{fonts}\Hack-RegularOblique.ttf";
186186

187187
[INI]
188188
;Create an ini to make detection for enterprise deployment tools easy
189-
Filename: "{app}\InstallInfo.ini"; Section: "Main"; Key: "Version"; String: "1.0.2"
189+
Filename: "{app}\InstallInfo.ini"; Section: "Main"; Key: "Version"; String: "1.1.0"
190190
Filename: "{app}\InstallInfo.ini"; Section: "Main"; Key: "Name"; String: "Hack Windows Installer"
191191

192192
[UninstallDelete]
@@ -387,10 +387,10 @@ procedure FillFontDataArray();
387387
begin
388388
389389
390-
AddFontData('Hack-Bold.ttf', 'Hack Bold', '88b4fa8e7d1aa8fe2d2d3f52a75cb2cf44b83c7a');
391-
AddFontData('Hack-BoldItalic.ttf', 'Hack Bold Italic', 'a977e19b2b69c39eda63cd57fb41f55ef1fef38a');
392-
AddFontData('Hack-Regular.ttf', 'Hack', '3d5f3ccfa40406ad252b76a2219cb629df8e5ab3');
393-
AddFontData('Hack-Italic.ttf', 'Hack Italic', '5d00974b49990e543f55b4aec2ea83660c8a49bf');
390+
AddFontData('Hack-Bold.ttf', 'Hack Bold', 'a7bb6faacd609145b55ed15ca238755544c03af5');
391+
AddFontData('Hack-BoldItalic.ttf', 'Hack Bold Italic', 'c428004a2fe3570450c6d03442052b1a9989c58b');
392+
AddFontData('Hack-Regular.ttf', 'Hack', '664cfe2a64de1486c0ace8073ceeb6d9281e8b78');
393+
AddFontData('Hack-Italic.ttf', 'Hack Italic', 'efdae4b94858b98eab6dcf2cb8e3cc3d28263cc2');
394394
395395
end;
396396

0 commit comments

Comments
 (0)