File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 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`
7777flatpak-builder --force-clean build-dir com.example.FlutterApp.json --user --install
7878```
7979
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+
8093## Publish to app store
8194
8295When 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