electron / windows-installer

Build Windows Installers for Electron apps
MIT License
1.57k stars 262 forks source link

Getting error when packaging nativefier app. #261

Open ghost opened 6 years ago

ghost commented 6 years ago

I packaged a application for Google Hangouts and i get this error C:\Users\jrasp\nativefier\hangout>node install.js No dice: Failed with exit code: 4294967295 Output: System.Exception: Your package version is currently 1.0.0.0, which is not SemVer-compatible, change this to be a SemVer version number at Squirrel.ReleasePackage.CreateReleasePackage(String outputFile, String packagesRootDir, Func2 releaseNotesProcessor, Action1 contentsPostProcessHook) at Squirrel.Update.Program.Releasify(String package, String targetDir, String packagesDir, String bootstrapperExe, String backgroundGif, String signingOpts, String baseUrl, String setupIcon, Boolean generateMsi, String frameworkVersion, Boolean generateDeltas) at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) at Squirrel.Update.Program.Main(String[] args)

alexanderturinske commented 6 years ago

Relates to #264

0xganz commented 5 years ago

same here, is there a solution?