fix(bundle): указать mainBinaryName + guard в CI (см. hotfix)

This commit is contained in:
by-sonic
2026-07-30 15:31:32 +03:00
parent a87e26c581
commit f0bfed6091
6 changed files with 48 additions and 4 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "TGLock",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"identifier": "com.bysonic.tglock",
"mainBinaryName": "tglock",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",