Skip to main content
0 votes
1 answer
22 views

What advantages does it have over bundling stuff into ASAR?
RareScrap's user avatar
  • 600
0 votes
1 answer
36 views

I have some local node.js packages In settings.json I have linked these through, however on one of them am getting an error stating the package links out of the package and this terminates meteor-...
user29563332's user avatar
1 vote
0 answers
70 views

We have an electron application that is built using vite and the electron-builder using the --windows flag. Since the last release we have gotten complaints from users that cannot start the app ...
treskilion's user avatar
0 votes
1 answer
1k views

I have an electron app to record certain data. App.asar file is generated after building my electron app. Security concern is that "app.asar" file is being de-obfuscated, and main.js file is ...
Sam's user avatar
  • 1
2 votes
1 answer
1k views

I have an electron app that will be executed using a node script that will run a cron once a week. I need to execute a python file that is in a folder named dependencies and it's created when I do the ...
OHICT's user avatar
  • 501
1 vote
3 answers
1k views

I have an Angular app for which I need to create an MSI installer. I have successfully created an electron app (npm run electron), but when I try to create the installer I get this error: error ...
Ada's user avatar
  • 1,943
1 vote
1 answer
483 views

I want to run an express server backend from the electron main thread, which uses a C++ module compiled with node-gyp (called BackendCppNode.node). The backend script includes the module using const ...
Dirk's user avatar
  • 21
5 votes
0 answers
369 views

So l am trying to modify an electron application. Firstly, I extracted app.asar into a folder then modefed an html file and launched the program. And it worked, my html was applyed to this application....
СТЁПА's user avatar
1 vote
2 answers
2k views

I have an asar file that is read from an electron app. From the same app, I want to delete this asar file, however I keep getting an EBUSY error. I have found only two places where this asar file is ...
12944qwerty's user avatar
  • 1,947
1 vote
1 answer
1k views

I'm trying to build an installer with electron-builder but every time I generate the installer and install my application, I get an error that "dist/index" doesn't exist in .asar file. I ...
Dev Minty's user avatar
1 vote
1 answer
1k views

I am evaluating which framework to create a desktop app. A requirement I have is that the source code "protection" (no one should see the original source code). For Neautrlinojs I have found ...
Filo's user avatar
  • 2,839
1 vote
0 answers
4k views

I am new to Electron and want to make (at first) a sample javascript change in the Slack Electron app. I am here on a Mac OSX: /Applications/Slack.app/Contents/Resources and run the following: asar ...
Oliver Williams's user avatar
0 votes
1 answer
396 views

I am using @mikro-orm/migrations in my Electron app, I created migration files and want to run the database migrations in production mode, while at the same time, I also want to enable asar packaging ...
Hao Xi's user avatar
  • 391
3 votes
0 answers
536 views

How could I use asarmor in electron-forge? I want to use asarmor to make my electron app more stronger,How could I do with the electron-forge?
radiorz's user avatar
  • 1,939
2 votes
0 answers
750 views

The electron-packager docs mention three reasons why I might want to consider packaging my app into an asar archive (the Electron-specific archive format): Avoid issues with long path names on ...
Yanick J. Steinbeck's user avatar

15 30 50 per page