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

This commit is contained in:
2024-06-19 07:46:45 +07:00
parent 345aaa451e
commit 84ace82c0c
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ custom-protocol = ["tauri/custom-protocol"]
[profile.release]
lto = true # Enables link to optimizations
opt-level = "z" # Optimize for binary size
opt-level = "s" # Optimize for binary size
strip = true # Remove debug symbols
+6
View File
@@ -26,6 +26,9 @@
"unmaximize": true,
"unminimize": true,
"startDragging": true
},
"fs": {
"scope": ["$RESOURCE/*"]
}
},
"windows": [
@@ -49,6 +52,9 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
".env"
]
}
}