Skip to content

Reduce amount of api calls. #207

@Diyou

Description

@Diyou

As a follow up of #205 :

In a workflow which looked like:

Updater updater("foo");
updater.describeAppImage();
updater.checkForChanges();
updater.start();
updateInformation->buildUrl

Will be called 5 times which will always return the same string I suppose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions