diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-01-30 23:24:20 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-01-30 23:24:20 +0100 |
commit | 4162e9b2720d58df5d19a29f91d5c26034fa7aa0 (patch) | |
tree | 6cfe02f7781686fc908820a11d07dd895d5c5f63 /interactive.sh | |
parent | 33ed64355f0e1147aece724bee2be07616ebddff (diff) |
Remove dependency on sibs for building
Diffstat (limited to 'interactive.sh')
-rwxr-xr-x | interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interactive.sh b/interactive.sh index 425cd25..91ae9f7 100755 --- a/interactive.sh +++ b/interactive.sh @@ -29,4 +29,4 @@ read output_file_name output_dir=$(dirname "$output_file_name") mkdir -p "$output_dir" -./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$window_id" -c mp4 -f "$fps" -a "$selected_audio_input" -o "$output_file_name" +./gpu-screen-recorder -w "$window_id" -c mp4 -f "$fps" -a "$selected_audio_input" -o "$output_file_name" |