This commit is contained in:
lencx
2022-12-19 02:57:15 +08:00
parent c54aec88c0
commit 3fe04a244a

View File

@@ -7,7 +7,7 @@
}, },
"package": { "package": {
"productName": "ChatGPT", "productName": "ChatGPT",
"version": "0.4.2" "version": "0.5.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {
@@ -64,7 +64,10 @@
"type": "embedBootstrapper" "type": "embedBootstrapper"
}, },
"wix": { "wix": {
"language": ["zh-CN", "en-US"] "language": [
"zh-CN",
"en-US"
]
} }
} }
}, },