You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ Although it might seem like overkill to use a Windows installer for fonts, there
13
13
## Setup experience
14
14
15
15
- 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`.
17
17
-**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
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)).
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.
21
21
22
22
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)).
23
23
@@ -51,7 +51,7 @@ To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel
51
51
- Push to your repository and AppVeyor will create the setup EXE for you automatically (might take some minutes)
52
52
- You can download the `(SetupExe)` file by selecting your project, clicking on *LATEST BUILD* and selecting *ARTIFACTS*
53
53
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!
0 commit comments