-
Hey everyone, The solutions I came up with:
I will be glad to both hear your ideas and receive your feedback. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
[edit: this is not a common solution. See below answer for what most apps do and what we recommend them to do] I am assuming the app you are updating still belongs to you, just that you want to update it from another process that also belongs to you, if the app is not running (this "belongs to you" point is important). Using sparkle-cli, is what you want similar to:
I'm not saying you have to use sparkle-cli (which just wraps around Sparkle's framework with a minimal UI) but we can start discussion there. You also need to tackle potential user authorization case when users don't have sufficient permission to install an app without authorizing (for example a standard user updating an app in |
Beta Was this translation helpful? Give feedback.
-
The above answer I wrote might be overthinking it.. What most apps do for automatically installing updates is use |
Beta Was this translation helpful? Give feedback.
[edit: this is not a common solution. See below answer for what most apps do and what we recommend them to do]
I am assuming the app you are updating still belongs to you, just that you want to update it from another process that also belongs to you, if the app is not running (this "belongs to you" point is important).
Using sparkle-cli, is what you want similar to:
I'm not saying you have to use sparkle-cli (which just wraps around Sparkle's framework with a minimal UI) …