electron-archive / grunt-electron-installer

Grunt plugin to build Windows installers for Electron apps
MIT License
398 stars 106 forks source link

Error when generating windows installer #114

Open PalmerAL opened 8 years ago

PalmerAL commented 8 years ago

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?

havenchyk commented 8 years ago

@PalmerAL the problem can be in Squirrel.Windows, please, check https://github.com/Squirrel/Squirrel.Windows/issues/226#issue-57349752 /cc @paulcbetts

anaisbetts commented 8 years ago

This bug was fixed approximately 32043 Internet Years ago

havenchyk commented 8 years ago

@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.

PalmerAL commented 8 years ago

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.