Change app ID to io.github.flattool.Warehouse

This commit is contained in:
heliguy4599
2023-09-25 02:41:53 -04:00
parent 4b75ba10fb
commit 7907455cf7
22 changed files with 39 additions and 39 deletions

View File

@@ -33,12 +33,12 @@ To use Warehouse effectively, ensure the following dependencies are installed on
## 🛠️ Installation Steps:
1. Make sure you have the above dependencies installed.
2. Visit the [releases](https://github.com/flattool/warehouse/releases) page and download `io.github.heliguy4599.Warehouse.flatpak`.
2. Visit the [releases](https://github.com/flattool/warehouse/releases) page and download `io.github.flattool.Warehouse.flatpak`.
3. Install it using your software store or run the following command:
```shell
$ flatpak install /path/to/io.github.heliguy4599.Warehouse.flatpak
$ flatpak install /path/to/io.github.flattool.Warehouse.flatpak
```
You're all set! Launch the application by clicking its icon in your app menu or running:
```shell
$ flatpak run io.github.heliguy4599.Warehouse
$ flatpak run io.github.flattool.Warehouse
```