-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error while creating delta nupkg for Windows: System.DllNotFoundException: msdelta.dl #294
Comments
It is reported as electron/windows-installer#61 Unlikely that it will be addressed there soon, but, as you use electron-builder, it will be fixed by me. I will check.
Set
|
Adding For Nuts it worked when I use
Seems I have to bump the version in this URL on every release, because there seems to be no
|
Please ask about in the Nuts issue tracker (mention this issue, I am also interested). |
Reproduced. In any case you can build production-ready win app only on Windows (because code signing is not supported https://github.com/electron-userland/electron-builder/blob/master/docs/multi-platform-build.md#multi-platform-build) but will be fixed anyway. |
…Exception: msdelta.dl electron-userland#294 Closes electron-userland#294
I added to my development package.json:
When I run
./node_modules/.bin/build --appDir build/ --dist --platform win32 --arch x64
I get the error:I'm building for Windows on OS X El Capitan.
In addition to that:
The text was updated successfully, but these errors were encountered: