From 63d18f733602f9b7381a03b72a17662a99c44fc2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 5 Mar 2022 07:16:25 +0100 Subject: Fix video fullscreen button, double-click fullscreen Fix video seekbar mouse collision not working for the top of the seekbar --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index d9ad3d3..cb82eb5 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -[ $# -ne 1 ] && echo "usage: run.sh debug|release" && exit 1 +[ $# -lt 1 ] && echo "usage: run.sh debug|release " && exit 1 script_dir=$(dirname "$0") cd "$script_dir" @@ -9,4 +9,4 @@ sibs build --"$1" video_player sibs build --"$1" echo "Successfully built the video player and QuickMedia" -"./sibs-build/$(sibs platform)/$1/quickmedia" +"./sibs-build/$(sibs platform)/$1/quickmedia" "${@:2}" -- cgit v1.2.3