-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Labels
Description
- Version: 5.30.0
- Target: win32
Im trying to use asar to get a dll and a node file as a dependency to my project, but im getting the error: "node_modules\nodeaep is not packed into asar archive - contains executable code"
This worked fine before in 4.x.
Part of the package.json:
"devDependencies": {
"electron-builder": "^5.30.0",
"electron": "^1.3.3"
},
"build": {
"asar.unpack": "/app/{VROOT/, node_modules/*/.+(lua|node|dll)}",
},