📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-06 16:02:57 +00:00
parent 32b074b266
commit 3b9ece8c79
299 changed files with 1063 additions and 858 deletions
@@ -538,12 +538,16 @@ publish:
# macOS: requires Apple Developer certificate
# Set environment variables before building:
export CSC_LINK="path/to/Developer_ID_Application.p12"
export CSC_KEY_PASSWORD="your-password"
read -rsp "macOS certificate password: " CSC_KEY_PASSWORD
echo
export CSC_KEY_PASSWORD
# Windows: requires EV or standard code signing certificate
# Set environment variables:
export WIN_CSC_LINK="path/to/code-signing.pfx"
export WIN_CSC_KEY_PASSWORD="your-password"
read -rsp "Windows certificate password: " WIN_CSC_KEY_PASSWORD
echo
export WIN_CSC_KEY_PASSWORD
# Build signed app
npx electron-builder --mac --win --publish never