aboutsummaryrefslogtreecommitdiff
path: root/interactive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'interactive.sh')
-rwxr-xr-xinteractive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/interactive.sh b/interactive.sh
index 54a4d62..d807d05 100755
--- a/interactive.sh
+++ b/interactive.sh
@@ -27,4 +27,4 @@ read output_file_name
output_dir=$(dirname "$output_file_name")
mkdir -p "$output_dir"
-sibs build --release && ./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$window_id" -c mp4 -f "$fps" -a "$selected_audio_input" > "$output_file_name"
+./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$window_id" -c mp4 -f "$fps" -a "$selected_audio_input" > "$output_file_name"