Build a macOS bundle for Intel and ARM (#266)

* Build a macOS bundle for Intel and ARM

* Build icon.icns file in a script

* Add imagemagick

* Add macOS bundling to pre/tagged-release actions
This commit is contained in:
Micah R Ledbetter
2025-02-21 05:35:13 -06:00
committed by GitHub
parent 21c24f7fa1
commit 508d066700
5 changed files with 127 additions and 20 deletions

View File

@@ -89,3 +89,8 @@ libei_emulation = ["input-event/libei", "input-emulation/libei"]
wlroots_emulation = ["input-emulation/wlroots"]
x11_emulation = ["input-emulation/x11"]
rdp_emulation = ["input-emulation/remote_desktop_portal"]
[package.metadata.bundle]
name = "Lan Mouse"
icon = ["target/icon.icns"]
identifier = "de.feschber.LanMouse"