jordanbaird / Ice

Powerful menu bar manager for macOS
https://icemenubar.app
GNU General Public License v3.0
10.1k stars 194 forks source link

Update Error: Ice can’t be updated if it’s running from the location it was downloaded to. #121

Closed AeliaJBL closed 3 weeks ago

AeliaJBL commented 4 weeks ago

Check existing issues

Description

When attempting to manually check for updates, I receive the following error: "Ice can’t be updated if it’s running from the location it was downloaded to." I have uninstalled and reinstalled, but the same behavior appears.

Steps to Reproduce

Open the app settings and click on "check for updates."

Ice Version

0.9.0

macOS Version

14.5

Screenshots

No response

jordanbaird commented 3 weeks ago

Do you have Ice in your "Applications" folder?

AeliaJBL commented 3 weeks ago

Ah. I see the problem. The app somehow installed into my Downloads folder. Thanks!

On Jun 8, 2024, at 11:19 AM, Jordan Baird @.***> wrote:

Do you have Ice in your "Applications" folder?

— Reply to this email directly, view it on GitHub https://github.com/jordanbaird/Ice/issues/121#issuecomment-2156073642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQAV4KDZJUVJD76YJNICRTDZGMOG7AVCNFSM6AAAAABI64BZZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGA3TGNRUGI. You are receiving this because you authored the thread.

jordanbaird commented 3 weeks ago

You're welcome!

dankilman commented 3 weeks ago

Hi! I see this ticket was closed just now but it makes sense to post here as I'm basically getting the same thing but I have verified and even redownloaded Ice and moved it to /Applications again to verify. So I'm getting this and it is in /Applications. My only thought is perhaps that the permissions for Ice.app are my user's permissions and not root:wheel as most apps that are installed via automated scripts

jordanbaird commented 3 weeks ago

@dankilman Did you move Ice to /Applications using Finder? macOS imposes a quarantine on the app bundle if you don't do this. You can clear it by either redownloading and using Finder to move the app, or by running xattr -dr com.apple.quarantine /Applications/Ice.app in Terminal.

dankilman commented 3 weeks ago

Perfect! Moving via Finder did the trick. Many thanks 🙏