Last active
February 17, 2023 08:53
-
-
Save mijorus/8f85a9ba4f475dec646fd3d932c91b0a to your computer and use it in GitHub Desktop.
Revisions
-
mijorus revised this gist
Feb 17, 2023 . No changes.There are no files selected for viewing
-
mijorus revised this gist
Feb 17, 2023 . 2 changed files with 11 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Run a flatpak #! /usr/bin/bash flatpak kill your.app.name flatpak-builder build/ your.app.name.json --user --force-clean flatpak-builder --run build/ your.app.name.json app-name # Install a Flatpak #! /usr/bin/bash flatpak kill your.app.name flatpak-builder build/ your.app.name.json --user --install --force-clean This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +0,0 @@ -
mijorus created this gist
Feb 6, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #! /usr/bin/bash flatpak kill it.mijorus.whisper flatpak-builder build/ it.mijorus.whisper.json --user --force-clean flatpak-builder --run build/ it.mijorus.whisper.json whisper #! /usr/bin/bash flatpak kill it.mijorus.smile flatpak-builder build/ it.mijorus.whisper.json --user --install --force-clean