1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00

fix: build error

This commit is contained in:
lencx 2022-12-07 22:12:05 +08:00
parent dd51ffbf1d
commit 50e46f4064
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ pub fn init(app: &mut App) -> std::result::Result<(), Box<dyn std::error::Error>
.initialization_script(include_str!("../core.js"))
.initialization_script(&utils::user_script())
.inner_size(800.0, 600.0)
.hidden_title(true)
.title("ChatGPT")
.user_agent("5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36")
.build()?;

View File

@ -7,7 +7,7 @@
},
"package": {
"productName": "ChatGPT",
"version": "0.1.3"
"version": "0.1.2"
},
"tauri": {
"allowlist": {