diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-11-29 01:53:30 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-11-29 01:53:30 +0100 |
commit | ff26b9b60c2e9084fbf86c93b5974407061df2a5 (patch) | |
tree | 6dd9a7d599d0c632619aef8b21b5d06d122379bb /install.sh | |
parent | 9d94266c63b91ba873aa9ebf80e38d53da59baa1 (diff) |
Add av1 option, add option to install polkit rule in flatpak to remove password prompts
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |