Squirrel.Windows icon indicating copy to clipboard operation
Squirrel.Windows copied to clipboard

An installation and update framework for Windows desktop apps

Results 142 Squirrel.Windows issues
Sort by recently updated
recently updated
newest added

I have tried to implement the **flutter-squirrel package** but cannot do it. There is not any example of how to do this or documentation. Please if someone has experience with...

**Description** Squirrel based per user installers don't work under Intune Autopilot **Steps to recreate** 1. Create Intune application 2. Installation command line -s 3. Configure Autopilot for the device 4....

I wanted to provide an update to this situation that will hopefully address some concerns. First off, many thanks to @anaisbetts for her hard work over the years on creating...

help wanted

Recently I want to package a flutter windows desktop app, I can make it work via manually create a `nuspec` file, generate the corresponding `nupkg` file via `nuget`, then generate...

**Squirrel version(s)** 2.0.1 **Description** I discovered this issue after many updates successfully pushed to users. After pushing an update, some users need to set "Run AS administrator" in the Desktop...

Please capture errors from the signtool to prevent vague issues as described #1307. We eventually found the culprit in this class **Squirrel.Update.Program.cs** ``` c# Method signPEFile() { var processResult =...

Hi, I'm trying to use the Squirrel UpdateManager with my normal webserver, NOT ASP.Net or ASP, is this possible? When using Fiddler I can see it tries to connect, however...

Hello im triying to implement squirrel, but once my program starts it freeze right at launch ``` using (var manager = UpdateManager.GitHubUpdateManager("https://github.com/USER/REPOSITORY")) { await manager.Result.UpdateApp(); } ``` this is my...

Hello, i would like to get the release description from github, as a change notes, is this possible?

**Squirrel version(s)** "electron-builder-squirrel-windows": "^23.1.0", "electron-squirrel-startup": "^1.0.0", **Description** I switched to squirrel in order to use electron's autoUpdater, however the firewall exception prompt at every single update is an issue. Reading...