diff --git a/package.json b/package.json index 77b708861..0956fcfce 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "app:build": "yarn mask && yarn tauri build", "ios:init": "yarn tauri ios init", "ios:dev": "concurrently -r \"yarn mask:watch\" \"yarn tauri ios dev\"", + "ios:build": "yarn mask && yarn tauri ios build", "prompts": "node ./scripts/fetch-prompts.mjs", "prepare": "husky install", "proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4001b5441..a4579c0f8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,9 +14,13 @@ "withGlobalTauri": true, "windows": [ { + "fullscreen": false, + "height": 600, + "resizable": true, "title": "NextChat", - "width": 800, - "height": 600 + "width": 960, + "hiddenTitle": true, + "titleBarStyle": "Overlay" } ], "security": {