Skip to content

Migrating from v0.0.x to v0.1.1

Zyrouge edited this page Oct 27, 2023 · 2 revisions

The migration can be done in two ways,

  • By reinstalling every application. (Recommended)
  • By manually editing the configuration files.

Manually editing the configuration files

Every application's config must be manually edited.

  • Open the application's directory.
  • Rename config.zap.json to config.pho.json.
  • Rename source.config.zap.json to source.pho.json.
  • Open source.pho.json and edit it to suit the below format.
{
  "Id": "<app_id>",
  "Version": "<app_version>",
  "Source": "<app_source>",
  "Paths": {
    "Dir": "<app_dir>",
    "Config": "<app_dir>/config.pho.json",
    "SourceConfig": "<app_dir>/source.pho.json",
    "AppImage": "<app_dir>/<app_id>.AppImage",
    "Icon": "<app_dir>/<app_id>.png",
    "Desktop": "<desktop_files_dir>/<app_id>.desktop"
  }
}
Clone this wiki locally