v21: tauri resources config, all JS fixes tested
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-22 15:56:05 +00:00
parent be422fa585
commit adee99d8ad
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -28,7 +28,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["nsis"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -38,6 +38,9 @@
],
"windows": {
"webviewInstallMode": { "type": "embedBootstrapper" }
},
"resources": {
"../src/*": "./"
}
}
}