1.0.4 + Update dependencies + Remove rightclick + Fix auto updating

This commit is contained in:
2026-01-28 16:19:16 -07:00
parent c32a8c2cdd
commit 78885c8cd0
9 changed files with 87 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "lncvrt-games-launcher-loader"
version = "1.0.3"
version = "1.0.4"
authors = ["Lncvrt"]
edition = "2024"
@@ -15,15 +15,15 @@ tauri-build = { version = "2.5.3", features = [] }
tauri = { version = "2.9.5", features = [] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tauri-plugin-fs = "2.4.4"
tauri-plugin-fs = "2.4.5"
tokio = "1.49.0"
zip = "7.0.0"
zip = "7.2.0"
tauri-plugin-os = "2.3.2"
reqwest = { version = "0.13.1", default-features = false, features = ["stream", "rustls"] }
tauri-plugin-opener = "2.5.2"
tauri-plugin-dialog = "2.4.2"
tauri-plugin-opener = "2.5.3"
tauri-plugin-dialog = "2.6.0"
sha2 = "0.10.9"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2.3.6"
tauri-plugin-single-instance = "2.3.7"

View File

@@ -13,6 +13,7 @@
"opener:default",
"dialog:default",
"fs:allow-write-text-file",
"fs:allow-create",
{
"identifier": "fs:scope",
"allow": [{ "path": "$APPLOCALDATA/.version" }]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lncvrt Games Launcher",
"version": "1.0.3",
"version": "1.0.4",
"identifier": "xyz.lncvrt.lncvrt-games-launcher-loader",
"build": {
"beforeDevCommand": "next dev",

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lncvrt Games Launcher",
"version": "1.0.3",
"version": "1.0.4",
"identifier": "xyz.lncvrt.lncvrt-games-launcher-loader",
"build": {
"beforeDevCommand": "next dev",

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lncvrt Games Launcher",
"version": "1.0.3",
"version": "1.0.4",
"identifier": "xyz.lncvrt.lncvrt-games-launcher-loader",
"build": {
"beforeDevCommand": "next dev",

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lncvrt Games Launcher",
"version": "1.0.3",
"version": "1.0.4",
"identifier": "xyz.lncvrt.lncvrt-games-launcher-loader",
"build": {
"beforeDevCommand": "next dev",