Skip to content

Commit

Permalink
DELTACAST: build with v6.19.01
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Oct 24, 2024
1 parent 75c4408 commit c0bac1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/Windows/prepare_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ install_deltacast() {(
fi
mkdir VideoMaster
cd VideoMaster
filename=videomaster-win.x64-dev.zip
filename=VideoMaster_SDK_MacOSX_v6.19.01.zip
if curl -f -S "$SDK_URL/$filename" -O; then
FEATURES="$FEATURES --enable-deltacast"
echo "FEATURES=$FEATURES" >> "$GITHUB_ENV"
Expand Down
3 changes: 1 addition & 2 deletions .github/scripts/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ import_signing_key() {
}
import_signing_key

printf '%b' 'DELTA_MAC_ARCHIVE=videomaster-macos-dev.zip\n' >> "$GITHUB_ENV"

printf '%b' 'DELTA_MAC_ARCHIVE=VideoMaster_SDK_MacOSX_v6.19.01.zip\n' >> "$GITHUB_ENV"

0 comments on commit c0bac1c

Please sign in to comment.