Add reproducible cross-OS Tauri packaging workflow

This commit is contained in:
Elie Habib
2026-02-13 10:27:39 +04:00
parent 0c1d594a42
commit a97157b9c5
6 changed files with 114 additions and 14 deletions

View File

@@ -18,6 +18,13 @@
"dmg",
"nsis",
"msi"
]
],
"macOS": {
"hardenedRuntime": true
},
"windows": {
"digestAlgorithm": "sha256",
"timestampUrl": "https://timestamp.digicert.com"
}
}
}