electron-asar-updater
electron-asar-updater copied to clipboard
New way to require app
@whitesmith Please merge this request :) Also @jaygooby, how is it with updater.exe? How do I automatically append it to the resources folder? I am using electron-builder to build the App (.app for Mac, installer for Windows). Thank you
@vanekj you can get updater.exe from here: https://github.com/jaygooby/electron-asar-updater/commit/7c56ea596a9d15bcee534349c567e60fae6ae108 you'll need to install mono to compile it
@AgentWS I am getting error while using electron-asar-updater as "core.require" is not a function.
Any idea how to resolve it?