Bug 456842 - Software updated inside app
Summary: Software updated inside app
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 5.0.6
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-17 23:55 UTC by steven.nicolaou
Modified: 2022-07-18 00:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steven.nicolaou 2022-07-17 23:55:44 UTC
It would be nice if the application could self update to the latest version through an option in the Help menu, rather than having to manually download the latest version.
Comment 1 Jack 2022-07-18 00:05:32 UTC
Probably not really feasible, unless it's done separately for each distribution channel, as even if you stick to Linux, the binary distributed for each distribution can be subtly different, depending on which configuration options are selected.  Just musing, but I wonder if part of the compile process could include a script to check the "most recent" version of that variant, and if a newer version exists, (optionally) download and install it.  The script would have to be hand written for each compilation path (i.e., Win, Mac, Linux distribution, and stable or master) but the program could call that script on startup, if it exists.  Certainly worth some thought.