5 ms·
I 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
by arshxyz 2y ago
I 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.