File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ Instruct `flatpak-builder` to use the manifest to do a flatpak build:
69
69
flatpak-builder --force-clean build-dir com.example.FlutterApp.json
70
70
```
71
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
+
72
80
## Publish to app store
73
81
74
- 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 ) .
You can’t perform that action at this time.
0 commit comments