|
2 | 2 |
|
3 | 3 | 1. OPTION 1: Download and unpack the |
4 | 4 | [latest Jaunch release](https://github.com/apposed/jaunch/releases). |
5 | | - The rest of this guide will assume you unpacked the Jaunch v1.0.3 |
6 | | - release into your home directory at `~/jaunch-1.0.3`. |
| 5 | + The rest of this guide will assume you unpacked the Jaunch v1.0.4 |
| 6 | + release into your home directory at `~/jaunch-1.0.4`. |
7 | 7 |
|
8 | 8 | 2. OPTION 2: You can [build Jaunch from source](BUILD.md). But if you |
9 | 9 | want launchers for all supported platforms (Linux, macOS, and Windows), |
|
51 | 51 | 7. Use Jaunch's app-generation script to copy Jaunch's various bits |
52 | 52 | into the correct places within your application base directory: |
53 | 53 | ```shell |
54 | | - ~/jaunch-1.0.3/bin/appify.sh \ |
| 54 | + ~/jaunch-1.0.4/bin/appify.sh \ |
55 | 55 | --app-exe fizzbuzz \ |
56 | 56 | --app-icon-linux fizzbuzz.svg \ |
57 | 57 | --app-icon-macos fizzbuzz.icns \ |
@@ -87,14 +87,14 @@ Or maybe you don't, in which case you can ask for help on the |
87 | 87 | Next steps: |
88 | 88 |
|
89 | 89 | 1. Optionally, compress the launcher executables using |
90 | | - `~/jaunch-1.0.3/bin/pack.sh`, which uses [UPX](https://upx.github.io/) to |
| 90 | + `~/jaunch-1.0.4/bin/pack.sh`, which uses [UPX](https://upx.github.io/) to |
91 | 91 | reduce their file sizes. Be warned that while it is nice to reduce Jaunch |
92 | 92 | to the smallest possible size, we have received reports of Windows |
93 | 93 | anti-malware tools misidentifying Jaunch binaries as infected by |
94 | 94 | [various malware](https://github.com/apposed/jaunch/commit/3ecb2a215f6601cd09ef8985597bb1e85ed5e240). |
95 | 95 | So caveat emptor on the binary shrinking! |
96 | 96 |
|
97 | 97 | 2. Code-sign your macOS and/or Windows binaries using |
98 | | - `~/jaunch-1.0.3/bin/sign.sh`. See these guides for detailed instructions: |
| 98 | + `~/jaunch-1.0.4/bin/sign.sh`. See these guides for detailed instructions: |
99 | 99 | - [Code-signing on macOS](MACOS.md#code-signing) |
100 | 100 | - [Code-signing on Windows](WINDOWS.md#code-signing) |
0 commit comments