schildichat-desktop/RELEASE.md

27 lines
509 B
Markdown
Raw Permalink Normal View History

2024-10-20 17:50:08 +02:00
# Releasing SchildiChat deskop
## Build Linux releases
On a Linux machine with podman:
```
2024-11-27 16:58:39 +01:00
make linux-container-release
2024-10-20 17:50:08 +02:00
```
## Build Windows releases
On a Windows machine in git bash (**not** WSL), run:
```
make windows-setup-release
```
## Upload the release
Copy the Windows-generated `.exe` from the `release` directory into the release directory on your Linux machine.
Then (after ensuring you have a GitHub API token setup for the script to pick up):
```
./deploy/create-github-release.sh
```