-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Summary
The bridge-1.8.5-mac.zip has text files instead of symlinks for the Frameworks, so the app doesn't run.
To Reproduce
Steps to reproduce the behavior:
- Download bridge-1.8.5-mac.zip.
- Unzip it.
- Right click and Open to run it. (Yes, satisfy gatekeeper... allow the unsigned app to run.)
Observed behavior
MacOS reports the executable is damaged.
Expected behavior
It should launch just like 1.8.4 does.
Platform (please complete the following information):
MacOS Sonoma 14.8.3
Isolation
I dug a little deeper and noticed that from the CLI, it complained about bad @rpaths for the Electron Framework. When I looked around the Framework, I noticed what normally should've been symlinks were regular files. I tried to fix the *.Framework symlinks, but gave up when it crashes in Electron with no good backtrace to indicate what's wrong. In short, the -mac.zip is broken.
I tried out bridge-1.8.4-mac.dmg and there's no problem getting that to run.
Perhaps a new bridge-1.8.5-mac.dmg build would fix the problem?