diff --git a/package.json b/package.json index 053638c..2e3288a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clippy", - "version": "1.3.0", + "version": "1.3.1", "description": "Clipboard Manager built with Rust & Typescript", "license": "MIT", "type": "module", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c422039..2090dc3 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -929,9 +929,9 @@ dependencies = [ [[package]] name = "clippy" -version = "1.3.0" +version = "1.3.1" dependencies = [ - "base64 0.22.1", + "base64 0.21.7", "chrono", "color-backtrace", "common", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6021643..cb9cb04 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "1.3.0" +version = "1.3.1" description = "Clipboard Manager built with Rust & Typescript" authors = ["0-don"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f7d1d01..17d9178 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "clippy", - "version": "1.3.0", + "version": "1.3.1", "identifier": "clippy", "build": { "beforeDevCommand": "npm run dev", @@ -37,6 +37,54 @@ "rpm": { "depends": ["xdotool"] } + }, + "windows": { + "wix": { + "language": [ + "en-US", + "zh-CN", + "hi-IN", + "es-ES", + "fr-FR", + "ar-SA", + "bn-IN", + "pt-BR", + "ru-RU", + "ur-PK", + "ja-JP", + "de-DE", + "ko-KR", + "vi-VN", + "tr-TR", + "it-IT", + "th-TH", + "pl-PL", + "nl-NL" + ] + }, + "nsis": { + "languages": [ + "English", + "SimpChinese", + "Hindi", + "Spanish", + "French", + "Arabic", + "Bengali", + "Portuguese", + "Russian", + "Urdu", + "Japanese", + "German", + "Korean", + "Vietnamese", + "Turkish", + "Italian", + "Thai", + "Polish", + "Dutch" + ] + } } } }