Skip to content
  • Anna Medonosova's avatar
    Make appimages updateable · 78d8377a
    Anna Medonosova authored
    This merge request is implementing self-update capabilities for
    AppImages inside Krita. Apart from integration of the tools into Krita's
    codebase, there are also updated scripts for AppImage building and icons
    for update channels.
    
    There are multiple parts to this patch:
    
    1. C++ code for integration of AppImageUpdate and changes to previous
    update notifications Both of those options are called Updaters. There
    is:
      * The Manual Updater, which is in fact a fancy name for checking for
    new version on the website and displaying a message to the user together
    with a link to the release notes. This is the original update
    notification code, I have slightly modified version checking and moved
    the code into it's own class.
      * The AppImage Updater, which is used if
    Krita detects that it runs from an AppImage. This updater can actually
    download new version of Krita, if it is available.
    
    2. updated scripts for building appimages I have added code to bundle
    AppImageUpdate into the AppImage b...
    78d8377a