Skip to content

Commit c44ff7c

Browse files
committed
Fixed URLs
1 parent de473be commit c44ff7c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Although it might seem like overkill to use a Windows installer for fonts, there
1313
## Setup experience
1414

1515
- Uses downloads `(SetupExe)` from your repository and double clicks it.
16-
- User sees a *Windows protected your PC* message, clicks on `More info` and selects `Run anyway`.
16+
- User sees a *Windows protected your PC* message: Needs to click on `More info` and the `Run anyway`.
1717
- **Note:** This *Windows SmartScreen warning* can be safely ignored as it is caused only by the fact that the EXE is not digitally signed. You may want to upload the EXE file to [VirusTotal](http://www.virustotal.com) and link to the report from your repository.
1818
- User is asked if the font(s) should be installed ([Screenshot](https://github.com/source-foundry/FSCW/raw/master/img/screenshot-install.png)).
19-
- `(SetupExe)` asks the user to perform a restart ([Screenshot](https://github.com/source-foundry/FSCW/raw/master/img/screenshot-restart.png)).
20-
- Font can be used.
19+
- User is asked to to perform a restart ([Screenshot](https://github.com/source-foundry/FSCW/raw/master/img/screenshot-restart.png)).
20+
- Installed font(s) can be used.
2121

2222
To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel, selects the entry and clicks on *Uninstall* ([Screenshot](https://github.com/source-foundry/FSCW/raw/master/img/screenshot-uninstall.png)).
2323

@@ -51,7 +51,7 @@ To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel
5151
- Push to your repository and AppVeyor will create the setup EXE for you automatically (might take some minutes)
5252
- You can download the `(SetupExe)` file by selecting your project, clicking on *LATEST BUILD* and selecting *ARTIFACTS*
5353

54-
You can also change [appveyor.yml](https://github.com/source-foundry/FSCW/blob/master/appveyor.yml) so the resulting `(SetupExe)` is added as a new release to you repository. The command for this is only commented out, but requires a GitHub token. Please use *Encrypt data* within AppVeyor.com (Right side of the top row) to encrypt your token!
54+
You can also change [appveyor.yml](https://github.com/source-foundry/FSCW/blob/master/appveyor.yml) so the resulting `(SetupExe)` is added as a new release to you repository. The command for this is only commented out, but requires a GitHub token. Please use *Encrypt data* in the account menu within AppVeyor.com to encrypt your token!
5555

5656
## Contributions
5757

src/DATA.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ UniqueID=TenGallonHatSetup
1616
; Version of the Setup (*NOT* for the Font release).
1717
Version=1.0.0
1818
; This value can be overwritten by an CI tool during build like this (param EXTERNAL_VERSION):
19-
; iscc.exe /DEXTERNAL_VERSION=%APPVEYOR_BUILD_VERSION% src/YourScriptFile.iss
19+
; iscc.exe /DEXTERNAL_VERSION=%APPVEYOR_BUILD_VERSION% src/FSCW.iss
2020

2121
; Version of the FONT release
2222
FontVersion=1.02
2323
; This value can be overwritten by an CI tool during build like this (param EXTERNAL_FONT_VERSION):
24-
; iscc.exe /DEXTERNAL_FONT_VERSION=%MY_FONT_BUILD_VERSION% src/YourScriptFile.iss
24+
; iscc.exe /DEXTERNAL_FONT_VERSION=%MY_FONT_BUILD_VERSION% src/FSCW.iss
2525

2626

2727
[About]

src/FSCW.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//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
//Version of this installer script. Please do not change.
77
#define public ScriptVersion '2.06'

0 commit comments

Comments
 (0)