fix(ci): align tauri feature allowlist

This commit is contained in:
NimBold
2026-06-23 22:05:39 +03:30
parent 61bd79969c
commit 66252473d5
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@
"frontendDist": "../dist" "frontendDist": "../dist"
}, },
"app": { "app": {
"macOSPrivateApi": true,
"windows": [ "windows": [
{ {
"title": "Firelink", "title": "Firelink",
+1 -2
View File
@@ -19,8 +19,7 @@
"state": "active" "state": "active"
} }
} }
], ]
"macOSPrivateApi": true
}, },
"bundle": { "bundle": {
"targets": ["app", "dmg"] "targets": ["app", "dmg"]