|
2 | 2 |
|
3 | 3 | 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.2 |
6 | | - release into your home directory at `~/jaunch-1.0.2`. |
| 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`. |
7 | 7 |
|
8 | 8 | 2. Alternately, 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.2/bin/appify.sh \ |
| 54 | + ~/jaunch-1.0.3/bin/appify.sh \ |
55 | 55 | --app-exe fizzbuzz \ |
56 | 56 | --app-icon-linux fizzbuzz.svg \ |
57 | 57 | --app-icon-macos fizzbuzz.icns \ |
@@ -83,14 +83,14 @@ Or maybe you don't, in which case you can ask for help on the |
83 | 83 | Next steps: |
84 | 84 |
|
85 | 85 | 1. Optionally, compress the launcher executables using |
86 | | - `~/jaunch-1.0.2/bin/pack.sh`, which uses [UPX](https://upx.github.io/) to |
| 86 | + `~/jaunch-1.0.3/bin/pack.sh`, which uses [UPX](https://upx.github.io/) to |
87 | 87 | reduce their file sizes. Be warned that while it is nice to reduce Jaunch |
88 | 88 | to the smallest possible size, we have received reports of Windows |
89 | 89 | anti-malware tools misidentifying Jaunch binaries as infected by |
90 | 90 | [various malware](https://github.com/apposed/jaunch/commit/3ecb2a215f6601cd09ef8985597bb1e85ed5e240). |
91 | 91 | So caveat emptor on the binary shrinking! |
92 | 92 |
|
93 | 93 | 2. Code-sign your macOS and/or Windows binaries using |
94 | | - `~/jaunch-1.0.2/bin/sign.sh`. See these guides for detailed instructions: |
| 94 | + `~/jaunch-1.0.3/bin/sign.sh`. See these guides for detailed instructions: |
95 | 95 | - [Code-signing on macOS](MACOS.md#code-signing) |
96 | 96 | - [Code-signing on Windows](WINDOWS.md#code-signing) |
0 commit comments