Replies: 7 comments
-
Have you enabled encryption? Starting from v3 we will focus more on that, other protection methods are no longer as effective as they used to be. |
Beta Was this translation helpful? Give feedback.
-
Yes, i use the following code exports.default = async ({ appOutDir, packager }) => { And I have enabled encryption, using normal unpacking methods will result in multiple 1GB sized files, but using asar-plus will directly result in normal files |
Beta Was this translation helpful? Give feedback.
-
You're still missing something in your code. Please see Line 11 in f9a2c14 asarmor/example/electron/afterPack.js Line 13 in f9a2c14 It seems like |
Beta Was this translation helpful? Give feedback.
-
Sorry, I didn't read the document carefully, but I am using |
Beta Was this translation helpful? Give feedback.
-
I have enabled encryption now, and all the JavaScript files packaged into the |
Beta Was this translation helpful? Give feedback.
-
I can only provide support for electron builder for now, it's impossible to support all plugins / build tools. If this plugin is based on electron builder, you should be able to follow the guide along in a similar manner while also checking the documentation. |
Beta Was this translation helpful? Give feedback.
-
For this you need to copy the *.node files and change your entry point in package.json, as shown in the readme and examples. |
Beta Was this translation helpful? Give feedback.
-
I have updated your [email protected] Test using commands: asar-plus e -iff -iu app.asar ./app/
You can still extract the app.asar to ./app, is there any way to prevent asar-plus
https://github.com/evlon/asar-plus
Beta Was this translation helpful? Give feedback.
All reactions