win系统适配完成

This commit is contained in:
PineWin
2026-05-30 15:39:42 +08:00
parent b8debfcd46
commit 304f4b54ff
67 changed files with 323 additions and 111 deletions
+8 -4
View File
@@ -4,8 +4,7 @@
"version": "0.1.0",
"identifier": "com.pinesound.geo-tool",
"build": {
"frontendDist": "../frontend",
"devUrl": "http://localhost:8501"
"frontendDist": "../frontend"
},
"app": {
"windows": [
@@ -35,7 +34,12 @@
"icons/icon.ico"
],
"resources": [
"../dist_python/geo_tool_app"
]
"../dist_python/geo_tool_app.exe"
],
"windows": {
"wix": {
"language": "zh-CN"
}
}
}
}