Skip to content

Commit

Permalink
Update compile.go2rtc
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo authored Sep 20, 2024
1 parent 813f7b3 commit 984536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go2rtc/compile.go2rtc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SCRIPT_DIR=$(cd `dirname $0` && pwd)
cd $SCRIPT_DIR

mkdir -p ./_install/bin || exit 1
cp go2rtc/go2rtc ./_install/bin || exit 1
cp ./go2rtc/go2rtc ./_install/bin || exit 1

0 comments on commit 984536e

Please sign in to comment.