File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,19 @@ To build and immediately install the flatpak it produces add `--user --install`
77
77
flatpak-builder --force-clean build-dir com.example.FlutterApp.json --user --install
78
78
```
79
79
80
+ or to create a ` .flatpak ` file that can later be installed on any system:
81
+
82
+ ```
83
+ flatpak-builder --force-clean build-dir com.example.FlutterApp.json --repo=repo
84
+ flatpak build-bundle repo com.example.FlutterApp.flatpak com.example.FlutterApp
85
+ ```
86
+
87
+ Will generate ` com.example.FlutterApp.flatpak ` , which can be installed on any system with Flatpak support:
88
+
89
+ ```
90
+ flatpak install com.example.FlutterApp.flatpak
91
+ ```
92
+
80
93
## Publish to app store
81
94
82
95
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