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