-
-
Notifications
You must be signed in to change notification settings - Fork 3
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.
Every application's config must be manually edited.
- Open the application's directory.
- Rename
config.zap.json
toconfig.pho.json
. - Rename
source.config.zap.json
tosource.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"
}
}