Исправление ошибки компиляции

This commit is contained in:
2024-06-23 20:24:15 +07:00
parent 13a1252266
commit 9cf7b1b0f2
6 changed files with 16 additions and 27 deletions
+1 -7
View File
@@ -7,7 +7,7 @@
},
"package": {
"productName": "to-do-app",
"version": "1.0.0"
"version": "1.5.0"
},
"tauri": {
"allowlist": {
@@ -26,9 +26,6 @@
"unmaximize": true,
"unminimize": true,
"startDragging": true
},
"fs": {
"scope": ["$RESOURCE/*"]
}
},
"windows": [
@@ -52,9 +49,6 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
".env"
]
}
}