Remove dependency on sibs for building

This commit is contained in:
dec05eba
2022-01-30 23:24:20 +01:00
parent 33ed64355f
commit 4162e9b272
7 changed files with 18 additions and 5 deletions

View File

@@ -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"