-
Notifications
You must be signed in to change notification settings - Fork 262
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
Unable to build windows installer #56
Comments
Please set |
thanks for the quick response. I'm running into this error through electron-builder. so i just set up a test winstaller script:
and then ran: and i run into the following:
not too sure what description its referring to. I've got it defined in the object being passed to windowsInstaller as well as my app's package.json |
electron-builder passes a lot of options, so, it will be better just to enable debug logging and then provide log here, without test script. I am sure that it is a electron-builder issue. |
@havenchyk Please note — original issue about "Invalid URI: The URI scheme is not valid." I suspect that it is an electron-builder bug and want a debug log to see nuspec file. |
|
do the src attributes of the file XML Elements require a more specific path? for example:
does |
Bingo — iconUrl must be an URL. https://github.com/electron-userland/electron-builder/blob/master/docs/options.md#user-content-#BuildMetadata-iconUrl |
ah! stupid mistake on my part. sorry about that. Thanks! |
@mistermoe Well, it is not your stupid mistake, but *** windows design issue :( electron-archive/grunt-electron-installer#73 mentioned in the docs and I hope it will be fixed someday. |
This is hitting loads of people |
Maybe it makes sense to throw an exception and prevent handling on the start? |
Good idea ;) |
@havenchyk electron-builder already check setupIcon (because windows *** tools throw unclear cryptic messages) and iconUrl check will be also checked. |
NuGet issue — NuGet/Home#352 |
This issue appears to have been resolved in this thread, |
development package.json has the following:
when running
npm run dist:win
i run into the following error:Any ideas here?
i have mono version 4.2.3 and wine version 1.8.1. Let me know if you need any more information
The text was updated successfully, but these errors were encountered: