refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / _examples / compressed-with-xz / README.md
1 # Releasing xz-compressed?
2
3 And publishing with Git Releases?
4
5 If so, you can copy one of the given examples, do a little find-and-replace, and
6 viola, you've got your Webi installer!
7
8 Each example has four files that need to be modified, just slightly:
9
10 - install.sh
11 - install.ps1
12 - releases.js
13 - README.md
14
15 ## Bare Releases (with compression) as `.xz`
16
17 See [./gitea/](/gitea/) as an example.
18
19 ```bash
20 rsync -av ./keypairs/ ./my-project/
21 ```
22
23 Gitea is compressed for Mac and Linux as `.xz`, and either bare `.exe` or
24 `.exe.xz` for Windows.