-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
LinuxIssues related to Linux platformIssues related to Linux platformenhancementNew feature or requestNew feature or requestmacOSIssues related to macOS platformIssues related to macOS platform
Description
Automate releases and distribution of the application.
For Linux:
- Binaries
We can ship the application in a tarball containing the application, and icons (and maybe the desktop entry).
Perhaps https://github.com/cross-rs/cross can be leveraged in GitHub actions for multi arch compilation? - Flatpak
Generatecargo-sources.jsonand the manifest, and push it to the flatpak repository
For macOS:
We already have just targets that can compile binaries for multiple architectures (tested on Apple Silicon), and create a DMG.
Need to check if GitHub actions can execute these targets.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
LinuxIssues related to Linux platformIssues related to Linux platformenhancementNew feature or requestNew feature or requestmacOSIssues related to macOS platformIssues related to macOS platform