mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
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:
parent
21c24f7fa1
commit
508d066700
5 changed files with 127 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue