Skip to content

Commit

Permalink
Minor fix to flatpak cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Mar 10, 2022
1 parent b403e29 commit d3a8824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ $ ninjadroid --help

### Docker
To execute NinjaDroid in Docker, you need `Docker` installed.

To build the Docker image, launch the following commands:
```shell
$ make build-docker
Expand All @@ -98,7 +97,6 @@ $ docker run --name ninjadroid --rm -v $(pwd)/apks:/apks -v $(pwd)/output:/outpu

### Flatpak (experimental)
To execute NinjaDroid as a Flatpak, you need `Flatpak` and `flatpak-builder` installed.

Just launch the following commands, which will install all the needed Flatpak dependencies:
```shell
$ make build-flatpak
Expand All @@ -110,7 +108,6 @@ $ flatpak-builder --run flatpak/build flatpak/com.github.rovellipaolo.NinjaDroid

### Snap (experimental)
To execute NinjaDroid as a Snap, you need `Snap` and `snapcraft` installed.

Just launch the following commands, which will install all the needed Snap dependencies:
```shell
$ make build-snap
Expand Down
6 changes: 3 additions & 3 deletions flatpak/com.github.rovellipaolo.NinjaDroid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ modules:
- /app/NinjaDroid/README.md
- /app/NinjaDroid/requirements
- /app/NinjaDroid/requirements.txt
- /app/NinjaDroid/docker
- /app/NinjaDroid/flatpak
- /app/NinjaDroid/snap
- /app/NinjaDroid/tests
- /app/NinjaDroid/regression
- /app/NinjaDroid/Makefile
- /app/NinjaDroid/Dockerfile
- /app/NinjaDroid/.dockerignore
- /app/NinjaUri/.github
- /app/NinjaDroid/.gitignore
- /app/NinjaDroid/.pylintrc.yaml
- /app/NinjaDroid/.pylintrc
- /app/NinjaDroid/.pre-commit-config.yaml
- /app/NinjaDroid/.travis.yaml

0 comments on commit d3a8824

Please sign in to comment.