diff --git a/package.json b/package.json index 60fb90f..c673929 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lanaya", "private": true, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "dev": "vite", @@ -29,9 +29,10 @@ "@tauri-apps/cli": "^1.2.3", "@vitejs/plugin-vue": "^3.2.0", "autoprefixer": "^10.4.13", + "fs-extra": "^11.1.0", "node-fetch": "^3.3.0", "postcss": "^8.4.20", "tailwindcss": "^3.2.4", "vite": "^3.2.3" } -} +} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d642dd4..1a4af26 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Lanaya", - "version": "0.0.7" + "version": "0.0.8" }, "tauri": { "macOSPrivateApi": true, @@ -64,7 +64,10 @@ "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { - "language": ["zh-CN", "en-US"] + "language": [ + "zh-CN", + "en-US" + ] } } }, @@ -74,7 +77,9 @@ "updater": { "active": true, "dialog": true, - "endpoints": ["https://lencx.github.io/ChatGPT/install.json"], + "endpoints": [ + "https://lencx.github.io/ChatGPT/install.json" + ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFFQkYyRTBBMzk3MkM0QTcKUldTbnhISTVDaTYvSHJXbFpZYzNydW8yU0lEN2JjOFFYTHNpZFZnMmxRTWM1SUtjM0ZlcThlaVkK" }, "windows": [ @@ -91,4 +96,4 @@ } ] } -} +} \ No newline at end of file