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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ Although it might seem like overkill to use a Windows installer for fonts, there
12
12
13
13
## Setup experience
14
14
15
-
- Uses downloads `(SetupExe).exe` from your repository and double clicks it.
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:** The appearing *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 asks if the font(s) should be installed
19
19
-**SCREENSHOT**
20
-
-`(SetupExe).exe` asks the user to perform a restart
20
+
-`(SetupExe)` asks the user to perform a restart
21
21
- Font can be used.
22
22
23
23
To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel, selects the entry and clicks on *Remove*.
@@ -27,13 +27,21 @@ To uninstall, the user goes to the *Add/Remove Programs* applet in Control Panel
27
27
28
28
- Clone this repository
29
29
- Delete the test fonts included and exchange them for your your own `*.TTF` files (in `/fonts`)
30
-
- Update the other files as you see fit (e.g. `License.txt`)
30
+
- Update the other files as you see fit (e.g. `License.txt`, icon file etc.)
31
31
- Update `src/DATA.ini` to match your own data (Your name, copyright etc.)
32
32
-**NOTE** Please always remember to update `UniqueID` in `src/DATA.ini`
33
33
34
-
## AppVeyor
34
+
## Building on Windows
35
35
36
-
[AppVeyor](https://www.appveyor.com/) is a continuous integration (CI) service that provides a Windows based environment. It can be used to build `SetupExe` if you do not have access to a Windows installation. It can be freely used for open source projects.
- Please make sure the option "Inno Setup Prepocessor" is activated during install
38
+
- Open `src\FSCW.iss`
39
+
- Select *Build* - *Compile* (CTRL+F9)
40
+
- Retrieve your `(SetupExe)` from the `\out` folder
41
+
42
+
## Building without Windows (using AppVeyor)
43
+
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.
0 commit comments