Vencord / Installer

A cross platform gui/cli app for installing Vencord
GNU General Public License v3.0
487 stars 62 forks source link

This is not an issue but I fixed the macOS installer (sort of) for MacOS 10.15.7+ #119

Open Redgalixy1 opened 5 months ago

Redgalixy1 commented 5 months ago

I was playing around with the installer's code and was able to run the latest version of Vencord on my 2013 Mac running 10.15.7.

All I had to do was the following:

Click "Open Package Contents" on the Vencord Installer. Open the "Contents" folder. Open "info.plist" in TextEdit. Now Paste the following code in between the dict(s) above CFBundleExecutable : LSMinimumSystemVersion 10.15.7

Save the file and return inside of "Contents". Open the "MacOS" folder. Open the "VencordInstaller" exec Install Vencord I hope this helps those on older MacOS versions!

Redgalixy_1

Jevil7452 commented 2 weeks ago

No need to do anything to info.plist, just open the VencordInstaller file. By the way, if the devs are reading this, would it be possible to lift this artificial lockout, since it clearly works fine on at least 10.15.7?

Vendicated commented 2 weeks ago

see https://github.com/Vencord/Installer/pull/26 and https://github.com/Vencord/Installer/pull/26#issuecomment-1517172297

if you want it fixed, please contribute

Jevil7452 commented 2 weeks ago

After applying the changes from the pull request manually, building via the instructions from the README, and creating an .app via the commands in the Github Actions file, the resulting .app runs on 10.15.7 just fine.