fix: capabilities Tauri 2 dialog; imprimir_recibo {data}; cartoes.map guard; debug logs
Build Fechamento de Caixa / build (macos-14, app) (push) Has been cancelled
Build Fechamento de Caixa / build (ubuntu-22.04, deb) (push) Has been cancelled
Build Fechamento de Caixa / build (windows-2022, msi) (push) Has been cancelled

This commit is contained in:
root
2026-06-25 17:44:22 +00:00
parent cce8f3df60
commit 79e1dbd645
3 changed files with 45 additions and 9 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"identifier": "default",
"description": "Default capabilities for Fechamento de Caixa",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open",
"dialog:allow-message",
"dialog:allow-confirm",
"dialog:allow-ask",
"dialog:allow-save",
"dialog:allow-open",
"fs:default",
"fs:allow-app-read",
"fs:allow-app-write",
"fs:allow-appdata-read",
"fs:allow-appdata-write",
"fs:allow-appconfig-read",
"fs:allow-appconfig-write",
"fs:allow-applocaldata-read",
"fs:allow-applocaldata-write"
]
}
+11 -4
View File
@@ -11,7 +11,7 @@
"app": {
"windows": [
{
"title": "Fechamento de Caixa O Frangão",
"title": "Fechamento de Caixa \u2014 O Frang\u00e3o",
"width": 1100,
"height": 780,
"minWidth": 900,
@@ -22,13 +22,18 @@
}
],
"security": {
"csp": null
"csp": null,
"capabilities": [
"default"
]
},
"withGlobalTauri": true
},
"bundle": {
"active": true,
"targets": ["nsis"],
"targets": [
"nsis"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -37,7 +42,9 @@
"icons/icon.ico"
],
"windows": {
"webviewInstallMode": { "type": "embedBootstrapper" }
"webviewInstallMode": {
"type": "embedBootstrapper"
}
},
"resources": {
"../src/*": "./"