Skip to content

Commit 54f5ace

Browse files
committed
Fixed incorrect entry in DATA.ini
1 parent a67e985 commit 54f5ace

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/DATA.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
; DATA.ini for Font Setup Creator for Windows (FSCW)
22
; Copyright (C) 2016 Michael 'Tex' Hex / Source Foundry
33
; Licensed under the MIT License
4-
; https://github.com/source-foundry/fscw
4+
; https://github.com/source-foundry/FSCW
55

66

77

88
[ID]
99
; Internal ID for this setup, never displayed.
1010
; Whitespaces are NOT allowed, only a-z, A-Z, 0-9.
1111
UniqueID=TenGallonHatSetup
12-
; IMPORTANT: DO NOT CHANGE THIS VALUE *EVER* ONCE YOU HAVE SETUP HAS BEEN USED!
12+
; IMPORTANT: SET THIS VALUE ONCE AND THEN *NEVER EVER* CHANGE IT!
1313

1414

1515
[Version]
@@ -42,7 +42,7 @@ Homepage=http://sourcefoundry.org/hack/
4242

4343
[General]
4444
; Name of the installer, can be changed at any time and is displayed to the user during setup.
45-
; This is also the name that is displayed inside the Add/Remove Programs Applet.
45+
; This is also the name that is displayed inside the Add/Remove Programs applet.
4646
Name=Ten Gallon Hat Font
4747

4848
; Name of the resulting EXE file.
@@ -51,7 +51,7 @@ ExeFile=TenGallonHatSetup
5151

5252
; Name of the folder generated in C:\Program Files\.
5353
; This is required as the uninstall information and the log files needs to be stored somewhere.
54-
DestinationFolder=Hack Test Win Installer
54+
DestinationFolder=Ten Gallon Hat Font
5555

5656
; Icon that will be applied to the resulting setup exe and displayed in Add/Remove Programs applet.
5757
; Can be empty.

src/FSCW.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//https://github.com/source-foundry/fscw
55
//--------------------------------------------------------
66
//Version of this installer script. Please do not change.
7-
#define public ScriptVersion '2.05'
7+
#define public ScriptVersion '2.06'
88
//--------------------------------------------------------
99

1010

src/zz_FSCW_Preprocessed.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ OutputDir=out\
160160
OutputBaseFilename=TenGallonHatSetup
161161

162162
;Target folder settings
163-
DefaultDirName={pf}\Hack Test Win Installer\
163+
DefaultDirName={pf}\Ten Gallon Hat Font\
164164
;Don't warn when the taget folder exists
165165
DirExistsWarning=no
166166

@@ -672,7 +672,7 @@ begin
672672
673673
LogAsImportant('--------------------------------');
674674
LogAsImportant('Font name.....: Ten Gallon Hat fonts');
675-
LogAsImportant('Script version: 2.05');
675+
LogAsImportant('Script version: 2.06');
676676
LogAsImportant('Setup version.: 1.0.0');
677677
LogAsImportant('Font version..: 1.02');
678678
LogAsImportant('Local time....: ' + GetDateTimeString('yyyy-dd-mm hh:nn', '-', ':'));

0 commit comments

Comments
 (0)