Skip to content

Commit

Permalink
chore: update build-flatpaks commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 31, 2024
1 parent af9a30c commit acb27b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/en/build-flatpaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ which is the number `15` (GNOME 46). Then do the same for the SDK and the extens
Finally, you can build the application with the following command:

```bash
flatpak-builder --user --install build-dir com.usebottles.bottles com.usebottles.bottles.yaml
flatpak run org.flatpak.Builder build com.usebottles.bottles.yml --user --install --force-clean
```

where `build-dir` is the directory where the application will be built, `com.usebottles.bottles` is the application ID, and `com.usebottles.bottles.yaml` is the manifest file.
where `com.usebottles.bottles.yml` is the manifest file of the application. This command will build the application, install it in the user space, and clean the build directory.

## Run the application

Expand Down

0 comments on commit acb27b9

Please sign in to comment.