Skip to content

Commit

Permalink
Update rtc v0.7.5 => v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Mar 20, 2024
1 parent f5998d9 commit e1f1a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function check_build_type() {
}

function rtc_fetch() {
$RtcUri = "https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.5/rtc.win.zip"
$RtcUri = "https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.6/rtc.win.zip"
New-Item -ItemType Directory -ErrorAction SilentlyContinue transport/rtc/win
echo "Fetch $RtcUri"
Invoke-WebRequest -Uri $RtcUri -OutFile ./third_party/prebuilt/rtc.win.zip
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ check_build_type() {
}

rtc_fetch() {
rtc_url="https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.5/rtc.linux.zip"
rtc_url="https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.6/rtc.linux.zip"
mkdir -p ./transport/rtc/linux
echo "Fetch $rtc_url"
wget $rtc_url -O ./third_party/prebuilt/rtc.linux.zip
Expand Down

0 comments on commit e1f1a72

Please sign in to comment.