fix(build): ensure libopus is statically linked (#4819)

This commit is contained in:
Andy Grundman
2026-03-05 20:08:34 -05:00
committed by GitHub
parent a97ed29b4e
commit 49abb1606a
4 changed files with 34 additions and 5 deletions
+2 -1
View File
@@ -130,7 +130,8 @@ jobs:
--apple-id "${APPLE_ID}" \
--team-id "${APPLE_TEAM_ID}" \
--password "${APPLE_NOTARYTOOL_PASSWORD}" \
--wait
--wait \
--timeout 15m
xcrun stapler staple -v build/cpack_artifacts/Sunshine.dmg
fi
fi