Skip to content

Commit bd6ba4e

Browse files
committed
Updated log file name
1 parent cc9813f commit bd6ba4e

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ Although it might seem like overkill to use a Windows installer for fonts, there
1515
- Uses downloads `(SetupExe)` from your repository and double clicks it.
1616
- User sees a *Windows protected your PC* message, clicks on `More info` and selects `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.
18-
- User is asked if the font(s) should be installed
19-
- **SCREENSHOT**
20-
- `(SetupExe)` asks the user to perform a restart
18+
- 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)).
2120
- Font can be used.
2221

23-
To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel, selects the entry and clicks on *Remove*.
24-
**SCREENSHOT**
22+
To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel, selects the entry and clicks on *Remove* ([Screenshot](https://github.com/source-foundry/fscw/raw/master/img/screenshot-uninstall.png)).
2523

2624
## How to use it
2725

@@ -41,7 +39,7 @@ To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel
4139
- Select *Build* - *Compile* (CTRL+F9)
4240
- Retrieve your `(SetupExe)` from the `\out` folder
4341

44-
## Building without Windows (using AppVeyor)
42+
## Building using AppVeyor
4543

4644
[AppVeyor](https://www.appveyor.com/) is a continuous integration (CI) service that provides a Windows based environment and can be freely used for open source projects. You can use it to build `(SetupExe)` if you do not have access to a Windows installation.
4745

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

54+
## Contributions
55+
56+
Any constructive contribution is very welcome, regarless if it's an [issue](https://github.com/source-foundry/Hack-windows-installer/issues/new) or a [pull request](https://help.github.com/articles/using-pull-requests/).
57+
58+
If users of the setup are experience difficulties, please open a new [issue](https://github.com/source-foundry/Hack-windows-installer/issues/new) and include the log file FSCW generates. This log file can be found in C:\Program Files\\`(DestinationFolder)`\\*Log-FSCW.txt*. Please post the entire contents of this log along with the issue.
5659

5760

5861
## License

src/FSCW.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@
245245
#define public FontCache30Service 'FontCache3.0.0.0'
246246

247247
//File name for the FontState Log
248-
#define public LogFontDataFilename 'Log-FontData.txt'
249-
#define public LogFontDataFilenameOld 'Log-FontData-old.txt'
248+
#define public LogFontDataFilename 'Log-FSCW.txt'
249+
#define public LogFontDataFilenameOld 'Log-FSCW-old.txt'
250250

251251
//We need this more than once
252252
#define public TrueType '(TrueType)'
@@ -255,7 +255,7 @@
255255

256256
//--------------------------------------------------------
257257
//Version of this installer script. Please do not change.
258-
#define public ScriptVersion '2.03'
258+
#define public ScriptVersion '2.04'
259259
//--------------------------------------------------------
260260

261261

0 commit comments

Comments
 (0)