aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-29 01:53:30 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-29 01:53:30 +0100
commitff26b9b60c2e9084fbf86c93b5974407061df2a5 (patch)
tree6dd9a7d599d0c632619aef8b21b5d06d122379bb /install.sh
parent9d94266c63b91ba873aa9ebf80e38d53da59baa1 (diff)
Add av1 option, add option to install polkit rule in flatpak to remove password prompts
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index febea12..106e64a 100755
--- a/install.sh
+++ b/install.sh
@@ -6,6 +6,7 @@ cd "$script_dir"
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1
./build.sh
+strip gpu-screen-recorder-gtk
install -Dm755 "gpu-screen-recorder-gtk" "/usr/bin/gpu-screen-recorder-gtk"
install -Dm644 "gpu-screen-recorder-gtk.desktop" "/usr/share/applications/com.dec05eba.gpu_screen_recorder.desktop"