-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6286da
commit 6b2b1a6
Showing
4 changed files
with
108 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Releasing SchildiChat deskop | ||
|
||
## Build Linux releases | ||
|
||
On a Linux machine with podman: | ||
|
||
``` | ||
make container-release-linux | ||
``` | ||
|
||
## 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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters