We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a0241 commit ec6e894Copy full SHA for ec6e894
1 file changed
README.md
@@ -69,6 +69,14 @@ Instruct `flatpak-builder` to use the manifest to do a flatpak build:
69
flatpak-builder --force-clean build-dir com.example.FlutterApp.json
70
```
71
72
+_Optional:_
73
+
74
+To build and immediately install the flatpak it produces add `--user --install` to the build command, for example:
75
76
+```
77
+flatpak-builder --force-clean build-dir com.example.FlutterApp.json --user --install
78
79
80
## Publish to app store
81
-When this succeeds you can proceed to [submit to an app store like Flathub](https://github.com/flathub/flathub/wiki/App-Submission).
82
+When this succeeds you can proceed to [submit to an app store like Flathub](https://github.com/flathub/flathub/wiki/App-Submission).
0 commit comments