-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-unpacked files are not copied #843
auto-unpacked files are not copied #843
Comments
This is just a warning and should not in itself stop things from working. I guessed you checked that the build actually did not work? |
@virror I tested the generated file and it does not work the proper shape of the electron-edge, you need the edge of the executable. |
👍 to @virror It is just info, that this module is not packed into asar, but added directly to app resources (so, can be executed as program).
What error do you have in the runtime? |
Yes. It's in the runtime @develar. Error: Não foi possível carregar arquivo ou assembly 'file:///C:\x\internal\electron-test\dist\win-ia32-unpacked\resources\app.asar\node_modules\edge-cs\lib\edge-cs.dll' ou uma de suas dependências. O sistema não pode encontrar o arquivo especificado. |
Is it possible to send me sample project to reproduce and fix? |
package.json ->:
"devDependencies": {
"electron": "^1.4.1",
"electron-builder": "^7.14.1",
"electron-prebuilt": "^1.4.1",
"electron-rebuild": "^1.2.1",
"node-gyp": "^3.4.0",
"nslog": "^3.0.0",
"rimraf": "^2.5.4"
},
app/package.json ->:
"dependencies": {
"configstore": "^2.1.0",
"electron-debug": "^1.0.1",
"electron-edge": "^6.5.2",
"gulp-sass": "^2.1.0",
"node-gyp": "^3.4.0",
"nslog": ">= 2.0.0",
"require-rebuild": "^1.2.8"
},
I'm having trouble creating an installer.
I am using the electron-builder and the electron-edge and I'm having the following problem:
Packaging for ia32 platform win32 using electron 1.4.4 to dist \ win-ia32-unpacked
node_modules \ edge-cs is not packed into asar archive - contains executable code
node_modules \ electron-edge is not packed into asar archive - contains executable code
How to solve?
The text was updated successfully, but these errors were encountered: