mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Can't run MacOS app when using private build with custom Github actions #2873
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2873
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?
Originally created by @tschettervictor on GitHub (Jul 27, 2024).
Bug Description
When I download the 1.2.7 version of rustdesk from the official GitHub page, it works fine. But when I fork the repo and run the nightly flutter build, I cannot get the app to work on MacOS. I have tried all versions from 1.2.2 - 1.2.7 and none of them work.
This only happens when using my custom build using the actions menu in GitHub. The official dmg works fine.
How to Reproduce
Follow the rustdesk instructions to fork and create custom nightly releases with your own custom relay server and key built in. Then download the appropriate dmg file for MacOS and try to run it.
Expected Behavior
I expect the app to run, just like the official version from the rustdesk GitHub page, but instead I get a warning saying to get the software updated. See screenshot below.
Operating system(s) on local side and remote side
MacOS 14.5 Sonoma
RustDesk Version(s) on local side and remote side
1.2.7
Screenshot
@rustdesk commented on GitHub (Jul 27, 2024):
#763