You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out it's just that discord uses the stock electron updater on macos and openasar only implements restoring itself on updates for the windows updater.
I tried to write some code to fix this and it almost worked, except for code signing. Turns out discord with openasar is already in violation of code signing rules. But if you open discord before installing it, the code signing validity is cached and you can keep using it. But a new copy of discord being installed for an update will never open if openasar installs itself before the updated version ever opens.
I'm not sure if there's anything to be done other than somehow stripping the code signature. This would make it not run at all under default system security settings.
Every time I install OpenAsar, after a little while, it somehow uninstalls itself and reverts back to the stock discord.
I'm not sure when this happens or what triggers it.
The text was updated successfully, but these errors were encountered: