Build App / compute-version (push) Successful in 17s
Secret Scan / scan (push) Successful in 7s
Build App / build-macos (push) Successful in 3m6s
Build App / build-linux (push) Successful in 5m15s
Build App / build-windows (push) Successful in 5m52s
Build App / create-tag (push) Successful in 5s
Build App / sync-to-github (push) Successful in 1m50s
Windows releases are now signed with Azure Artifact Signing: the app binary, the MSI, the NSIS installer and its uninstaller, 5 signatures per release. Build-time WiX and NSIS DLLs are skipped. "Verify signatures" fails a release unless the installers, the binaries inside the MSI, and the logged app-binary and uninstaller signatures are all valid and timestamped. Previews are not signed and don't reference the signing secrets. The sign command reaches Tauri through `--config`; the v2 CLI never read TAURI_CONFIG, so the old inline override was a no-op. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
22 lines
616 B
Plaintext
22 lines
616 B
Plaintext
node_modules/
|
|
app/dist/
|
|
app/src-tauri/target/
|
|
# Written by build.rs (tauri-build AppManifest); gen/schemas/acl-manifests.json is the
|
|
# tracked, reviewable form of the same information.
|
|
app/src-tauri/permissions/autogenerated/
|
|
Screenshot*.png
|
|
code-review.md
|
|
|
|
# Windows NTFS alternate-data-stream artifacts, created when files arrive
|
|
# through the WSL/host bind mount.
|
|
*:Zone.Identifier
|
|
|
|
# Local bug-report screenshots, same spirit as Screenshot*.png above.
|
|
screenshot_for_fix/
|
|
|
|
# Package files pulled in by ad-hoc verification runs.
|
|
*.deb
|
|
|
|
# Windows CI code signing (scripts/windows-signing-setup.ps1)
|
|
.code-signing/
|