-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release does not run on mac silicon #2
Comments
Hi @nickvazz, thanks for reporting! Which If that doesn't work please let me know. |
Just tried that, you're right, something is not right with that version. However, the other |
Nevermind this last image, when using the non-amd64 executable, It looks like it was able to be installed - i might have had the previous version still mounted |
In order to fix that issue, you need to follow these steps. As for the arm64 version, it's weird, I can install it locally when I build, but when I upload to github, download and install the app is broken. It might take a while to investigate what's going on. |
Found the solution: The binary isn't signed so you'll have to remove the file from quarantine once you install the arm64 ver.
|
it worked!That worked for installing the almostMy guesses as to what could be happening:
Thanks for the help and still very excited to try! :) |
Awesome!
Try an isolated folder maybe with a limited number of songs and see whether it works correctly? |
Oh actually, before you delete it, can you share your |
When I delete the directory and relaunch, it gives me the option to select a directory of songs again. Deleting the directory and pointing at a single song directory seems to work - so maybe it crashes with bad files 🤷🏾 |
The issue is that song: Its config has a weird encoding. If you remove that folder and rescan the songs, everything should work as expected. |
Is there a way to tell from the config (obviously you were able to 😄) so I can toss any other bad songs as well |
The issue here is specifically related to the
The |
Hello! Love the idea this project is providing. Knowing zero typescript, I did not try to build from source and instead just use the release. It complained that the executable is damaged but I assume there's maybe something different required for mac silicon (which is what I tried to install on)
Thank you!
Prerequisites
main
branchDEBUG_PROD=true npm run build && npm start
Expected Behavior
Installs
Current Behavior
Complains that executable is damaged
Steps to Reproduce
Download and try to install on mac silicon
Possible Solution (Not obligatory)
Build path specifically for apple silicon?
Context
Using a mac air with M1 chip
Your Environment
The text was updated successfully, but these errors were encountered: