Replies: 1 comment 8 replies
-
This was last discussed in #1012 I think installing a new app update to /Applications is a better idea and more in scope with Sparkle (I don’t like apps asking me to move them when I try them out). But it’s confusing since we’re no longer just replacing an app bundle and can’t remove the old bundle, allowing users to still use it. Then there are some potential edge cases and details on implementing it correctly. Overall still not a big fan. I am not familiar with any recent macOS changes that affect LetsMove so I am curious what those are (unless it’s just issues based on a fragile implementation). |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
App Translocation is a pain, it breaks updates and requires the user to do things with the finder they might not know how to do. Especially if you want to distribute apps as zips and skip the slow/heavy/annoying DMG mount and unmount process, the UX is better except for lacking the hint of how to move the app. It'd be nicer if the app could do this itself. The LetsMove framework does this but it's no longer working properly in the latest macOS and it'd be nicer if Sparkle did it out of the box. Moving to
/Applications
is nice if possible but if the user isn't an admin, moving to ~/Applications also works and is recognized by macOS as equally valid.What are your thoughts? It doesn't feel that hard to implement - maybe the hard part is getting the right UX.
Beta Was this translation helpful? Give feedback.
All reactions