[eric] merge #117: VMP-sign packaged builds so Widevine playback works

This commit is contained in:
ciregenz
2026-07-05 16:14:57 -07:00
7 changed files with 99 additions and 2 deletions
+4
View File
@@ -66,6 +66,10 @@ if $SIGN_MODE; then
echo "See script header for details."
exit 1
fi
# A signed build is a build users actually run, so its Widevine VMP signature
# is mandatory: the afterPack hook hard-fails on a missing/failed signature
# instead of shipping a DMG whose Spotify/Netflix audio is silently dead.
export VMP_REQUIRE_SIGN=1
fi
# Step 0: Ensure bundled uv + uvx binaries exist.