From 654405e0167236c62338b8e50d549440476078fb Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 14 Feb 2026 23:33:10 -0700 Subject: [PATCH] 1.6.1 --- package.json | 2 +- src-tauri/Cargo.toml | 6 +++--- src-tauri/tauri.conf.json | 2 +- src-tauri/tauri.linux.conf.json | 2 +- src-tauri/tauri.macos.conf.json | 2 +- src-tauri/tauri.windows.conf.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c8e3221..0ebdd6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lncvrt-games-launcher", "private": true, - "version": "1.6.0", + "version": "1.6.1", "type": "module", "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 21c23ae..3281962 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lncvrt-games-launcher" -version = "1.6.0" +version = "1.6.1" authors = ["Lncvrt"] edition = "2024" @@ -12,7 +12,7 @@ crate-type = ["staticlib", "cdylib", "rlib"] tauri-build = { version = "2.5.5", features = [] } [dependencies] -tauri = { version = "2.10.2", features = [] } +tauri = { version = "2.10.2", features = ["macos-private-api"] } tauri-plugin-opener = "2.5.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" @@ -22,7 +22,7 @@ tokio = "1.49.0" futures-util = { version = "0.3.31", features = ["io"] } tauri-plugin-decorum = "1.1.1" tauri-plugin-fs = "2.4.5" -zip = "7.4.0" +zip = "8.0.0" libc = "0.2.182" tauri-plugin-dialog = "2.6.0" tauri-plugin-notification = "2.3.3" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fab9eb1..056d2b6 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": "Lncvrt Games Launcher", - "version": "1.6.0", + "version": "1.6.1", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack", diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index fab9eb1..056d2b6 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.6.0", + "version": "1.6.1", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack", diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 8278652..aa446c5 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.6.0", + "version": "1.6.1", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack", diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 72b5c02..60d91df 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.6.0", + "version": "1.6.1", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack",