Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.38k stars 1.03k forks source link

Squirrel.releasify does practically nothing #1360

Open Overdrivr opened 6 years ago

Overdrivr commented 6 years ago

I have packaged my python application with NuGet and I would like to build an installer from it with Squirrel. I have installed Squirrel using Nuget.

Now, when I run, there is no console output, leading me to believe it works with any issue.

Squirrel --releasify my-pkg

For sure it has created a Releases folder but only copied the NuGet package in it. There is no .exe, no .msi.

What I am missing here ?

On a more general matter, my experience with Squirrel so far has been quite frustrating. I thought it would be a whole lot easier to build an installer with Squirrel, but the documentation is very hard to grasp. It mentions .NET and shows screenshots with VisualStudio everywhere, but I cannot understand if I need to use those two things to build my installer.

rheuser commented 2 years ago

I am experiencing the same symptoms. How did you solve it?

Overdrivr commented 2 years ago

I don’t think I ever did, I switched to another packaging tool in the end but it’s pretty old can’t remember which one.