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

:shipit: Cocoa framework for updating OS X apps :shipit:

Results 66 Squirrel.Mac issues
Sort by recently updated
recently updated
newest added

After closing the app and starting the installation the update takes about 15s, after which the app is relaunched automatically. If I launch the app manually before the installation is...

I have recently discovered that our Electron app is not properly installed at the `/Applications` directory after auto-update. The app does exist in the Applications directory, however it is still...

Is there a way besides an environment variable to altogether disable Squirrel's attempt to install the ShipIt helper, for environments where applications get deployed to systems from a central management...

Instead of requiring an update server to respond with [a specific JSON schema](https://github.com/Squirrel/Squirrel.Mac#update-server-json-format), what if we also allowed a server to respond with an HTTP `301`, `302`, `303` or `307`...

It's unclear the exact set of circumstances that can cause this, but relaunching the parent application too quickly (i.e., when update installation has begun but not completed) can result in...

bug

We have an electron app which follows a semantic versioning scheme with a prerelease suffix to indicate release channel. Our normal release process might include publishing more than one alpha...

Using electron to update my.app the prompt will be shown. Beacuse I am a frontend developer, I don't know the code written by OC or C++. I have searched the...

We got a following log from our user: ``` 2021-10-04 16:01:39.783 ShipIt[83792:18784414] Detected this as an install request 2021-10-04 16:01:39.825 ShipIt[83792:18784414] Beginning installation 2021-10-04 16:01:39.834 ShipIt[83792:18784428] Installation error: Error Domain=SQRLInstallerErrorDomain...

Hey there! I've got an electron app that is successfully checking for and installing updates. But after the successful update, the application is not starting. A manual restart of the...

These are two different errors that our users have encountered. At least the first one has produced `error` event on electron's `autoUpdater` object and so the update couldn't proceed. Sadly...