6 ms·
I was able repackage it for macOS. I can help you test it too. Shot you an email at contact@apiparrot.com
by arshxyz 2y ago
I was able repackage it for macOS. I can help you test it too. Shot you an email at contact@apiparrot.com
- sumedh 2y agoHow were you able to do without the source code?
- arshxyz 2y agoI extracted the zip, found the electron build folder, replaced a string in the minified code to launch Chrome on macOS correctly and ran electron-packager with the target being macos. Patching electron apps is fairly common. You can take a look at Spicetify or BetterDiscord to see the process in more detail
- sumedh 2y agoOh wow, didn't know that was possible. Thanks for sharing.