-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Requires macOS version 10.15 #534
Comments
Same here I want to try this app in combo with navidrome but I can't install it in macOS 10.13 (High Sierra)! |
What's the actual error that you're getting when trying to install? I bumped the electron version in the newest version but I didn't see any breaking changes regarding macOS version compatibility. |
I get the following error why i try to run the package on 10.13.6 If i go into the package and run the executable i get the following report.
|
Got it, seems like I missed this breaking change on Electron v27. Removed: macOS 10.13 / 10.14 support. I'll build a new release to fix this tomorrow. |
Same as @homeclubber ... |
same, running the executable gives the following
|
Is anyone familiar with npm? Try re-packaging the app yourselves while downgrading the electron version until it works. I don't have a macOS device to test which version in v26 actually works. Feishin used to use v25 but it was causing breakage in NixOS which is why it was upgraded to v27. Tldr is:
|
Could we go the other way and update the electron version? |
From the Electron v27 changelog that I posted in my first comment, it documents that macOS 10.14 and 10.13 support was dropped in v27. But considering it still doesn't work in the latest version of v26 means that you need to downgrade. I know for sure that Electron v25 works, but we need to find out which version if any v26 will work. |
Is is possible to just clone a version for macOS 10.13.* and Electron v25, and keep the rest on Electron v25. |
Latest Feishin uses electron 31. If you wish to maintain compatibility with older systems, please see #691 (reply in thread) for necessary changes |
V6.0 seems to require macOS version 10.15, i cant see any mention of this in the changelog.
I'm on 10.13 and would like to update.
The text was updated successfully, but these errors were encountered: