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

I have very strange problem If I run app from outside of Applications folder auto update fails right after check for update is called ``` Could not locate update bundle...

I have a code-signed Electron app to which I'm trying to add auto-update functionality. I have set up a Lambda function at `https://api.staging.my-domain.com/updater/checkUpdates/products/product-name/platforms/darwin?v=1.0.0` which returns a 200-status JSON response that...

Hey everyone, I've been trying to integrate Squirrel library to my Mac app and I've been having trouble following the instructions listed in the README file. So I have installed...

Is there a way to notarize an app with Squirrel in it? I'm trying to submit it for notarization, but I get: ``` Hardened Runtime is not enabled. "ShipIt" must...

ShipIt repeatedly crashes every few seconds on my Mac. *** Assertion failure in __28-[RACSignal(Operations) and]_block_invoke(), /Users/sattard/projects/Squirrel.Mac/Carthage/Checkouts/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.m:1280

A follow up for https://github.com/Squirrel/Squirrel.Mac/issues/182 The issue was never solved and it creates a big bunch of problems to many of us. https://github.com/Microsoft/vscode/issues/7426 Nothing you can do about it? The...

Hello! I noticed that release 0.3.2 doesn't contain `initWithUpdateRequest:updateRequest requestForDownload:requestForDownload` in SQRLUpdater.h. This method has been added back to SQRLUpdater.h in current master (via https://github.com/Squirrel/Squirrel.Mac/commit/c80f0066498e72e1983fba40dc8b55bfe1ad5d15#diff-b53ab009e033cc0b6170c88536855d67). Are there any plans to...

Shipit is respawning every second how to I get rid of that thing? Apparently some lunatic in Microsoft Teams and Postman decided to use it for software update, can we...

I've noticed that released versions of `Squirrel.framework` contain temporary `.DS_Store` files in the following locations: - `Squirrel.framework/.DS_Store` - `Squirrel.framework/Versions/.DS_Store` - `Squirrel.framework/Versions/A/.DS_Store` I was able to find that `Squirrel.framework` contains these...

A lot my users are reporting an error when trying to update the app. It throws a code 8 with domain SQRLUpdaterError.... Any idea what this can be? Or how...