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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,11 @@ Although it might seem like overkill to use a Windows installer for fonts, there
15
15
- Uses downloads `(SetupExe)` from your repository and double clicks it.
16
16
- User sees a *Windows protected your PC* message, clicks on `More info` and selects `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
-
- 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)).
21
20
- Font can be used.
22
21
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)).
25
23
26
24
## How to use it
27
25
@@ -41,7 +39,7 @@ To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel
41
39
- Select *Build* - *Compile* (CTRL+F9)
42
40
- Retrieve your `(SetupExe)` from the `\out` folder
43
41
44
-
## Building without Windows (using AppVeyor)
42
+
## Building using AppVeyor
45
43
46
44
[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.
47
45
@@ -53,6 +51,11 @@ To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel
53
51
- Push to your repository and AppVeyor will create the setup EXE for you automatically (might take some minutes)
54
52
- You can download the EXE file by selecting your project, clicking on *LATEST BUILD* and selecting *ARTIFACTS*
55
53
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.
0 commit comments