Open foss- opened 6 months ago
I had this problem too. Here is what i've done:
1: Download the DMG Installer again 2: Open the MacOS Disk Utility 3: Click on Images 4: Choose "Convert" 5: Insert the DMG Installer (not LRCGET itself) 6: Convert it
Try to open it now, should work
Context: I have a 2020 MacBook Pro M1, so it does work on Apple Silicon
That worked, thanks for sharing. Maybe this can be fixed in the build process for future builds.
removing the quarantine flag also fixes the issue
xattr -d com.apple.quarantine /directory/of/app
Still not fixed in 0.5.0. xattr
method works but would still prefer a proper out-of-box solution.
It looks like an Apple security thing:
I will try to add signingIdentity
to tauri.conf.json
in the next release to see if it fixes the problem.
Reproduce
LRCGET_0.3.2_aarch64.dmg
from https://github.com/tranxuanthang/lrcget/releases/tag/0.3.22LRCGET
to applications folderCurrently
“LRCGET” is damaged and can’t be opened. You should move it to the Trash.
Seems something (TM) is off with the build process.
This would be so awesome to have on macOS, maybe it can be fixed?
The readme lists known issue:
No support for macOS Apple Silicon.
but I couldn't find a x86_64 macOS build either. 🤔