mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #266] [MERGED] Build a macOS bundle for Intel and ARM #350
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/266
Author: @mrled
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/21/2025
Merged by: @feschber
Base:
main← Head:macos-bundle📝 Commits (4)
50720e5Build a macOS bundle for Intel and ARM1b74ba8Build icon.icns file in a scripta10a9b4Add imagemagick4cf8997Add macOS bundling to pre/tagged-release actions📊 Changes
5 files changed (+127 additions, -20 deletions)
View changed files
📝
.github/workflows/pre-release.yml(+27 -7)📝
.github/workflows/rust.yml(+26 -6)📝
.github/workflows/tagged-release.yml(+27 -7)📝
Cargo.toml(+5 -0)➕
scripts/makeicns.sh(+42 -0)📄 Description
Build a macOS bundle on Intel and ARM. This generates a nice double-clickable
Lan Mouse.appapplication.I've tested the bundling locally and it does work for me, but the Github Actions might require some adjustment.
Let me know if anything needs adjustment, I am not very familiar with the rust/cargo world so maybe I made some mistakes :)
Includes an icns file created from the existing icon. I created it like this:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.