i am working on an Code Editor as a web app thanks to Electron. My problem is short:
When I build my app with electron-packager all my web folders and files goes to the file called "app.asar". But i want to have an exception for my folder called "Themes" so it will be as a folder inside the app folder and not inside the "app.asar" file.
It would amazing i get some answer. Thank you guys :)