We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8485a15 commit 70b5d46Copy full SHA for 70b5d46
install.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+APPID="moe.nyarchlinux.scripts"
3
+BUNDLENAME="nyarchscript.flatpak"
4
+flatpak-builder --install --user --force-clean flatpak-app "$APPID".json
5
+
6
+if [ "$1" = "bundle" ]; then
7
+ flatpak build-bundle ~/.local/share/flatpak/repo "$BUNDLENAME" "$APPID"
8
+fi
0 commit comments