Skip to content

koodo-reader@2.3.9: implement persistence #18289

Description

@EastRane

The current manifest doesn't implement any persistence for koodo-reader. I believe we can use the same approach as in Chromium-based browsers because koodo-reader is built with React+Electron.

  1. Add "--user-data-dir="$dir\User Data"" to the arguments inside shortcuts
  2. Add "persist": "User Data" to the manifest

It seems like all the internal paths in the config of the app are relative, so for example "Change default location" default option resolves to "...\Scoop\apps\koodo-reader\current\User Data\uploads\data" right after installation. The only flaw is that if a user manually deletes "persist\koodo-reader" folder instead of using purge option, the app won't start until reinstalled (not sure if it's a real issue).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions