You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I'm trying to generate a windows installer on OS X. I've installed wine and mono; the Gruntfile.js can be found here. Whenever I try to build, I get this error:
Warning: Failed with exit code: 1
Output:
Attempting to build package from 'Min.nuspec'.
Successfully created package '/var/folders/l4/q7gr5nt154lbfrsyngfx9bcc0000gn/T/si-116315-23369-l21lkg/Min.1.1.1.nupkg'.
Object reference not set to an instance of an object
Use --force to continue.
Is there anything else I can to do help debug this?
The text was updated successfully, but these errors were encountered:
@paulcbetts I don't know is it a correct bug, but I asked you to take a look on the original issue of @PalmerAL
Warning: Failed with exit code: 1
Output:
Attempting to build package from 'Min.nuspec'.
Successfully created package '/var/folders/l4/q7gr5nt154lbfrsyngfx9bcc0000gn/T/si-116315-23369-l21lkg/Min.1.1.1.nupkg'.
Object reference not set to an instance of an object
Use --force to continue.
Thanks, but I'm not sure that's the same issue. Grunt-electron-installer is using a version of squirrel from a year after that bug was fixed. Also, that bug is about creating shortcut locations, which I'm not doing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to generate a windows installer on OS X. I've installed wine and mono; the Gruntfile.js can be found here. Whenever I try to build, I get this error:
Is there anything else I can to do help debug this?
The text was updated successfully, but these errors were encountered: