ci(release): harden packaged app builds

This commit is contained in:
NimBold
2026-06-30 20:39:52 +03:30
parent 74275013dc
commit fcb7fc91f6
7 changed files with 342 additions and 60 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"build": {
"beforeDevCommand": "node scripts/stage-engines.js && npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "node scripts/stage-engines.js && node scripts/verify-binaries.js --staged && npm run build",
"beforeBuildCommand": "node scripts/before-tauri-build.js",
"frontendDist": "../dist"
},
"app": {