From fd4d9110753ca540faa5bb7712df59d2d83265fa Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 17 Jul 2025 09:03:01 +0200 Subject: [PATCH] chore: add vendor info, bump version --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 16 +++++++++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7fb4e7b..b6c0e48 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1094,7 +1094,7 @@ dependencies = [ [[package]] name = "ezpplauncher" -version = "3.0.1" +version = "3.0.2" dependencies = [ "base64 0.21.7", "discord-rich-presence", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8e18b68..8cab392 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ezpplauncher" -version = "3.0.1" +version = "3.0.2" description = "EZPPLauncher redefined." authors = ["HorizonCode"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a0d9f75..64c707a 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": "ezpplauncher", - "version": "3.0.1", + "version": "3.0.2", "identifier": "farm.ezpp.launcher", "build": { "beforeDevCommand": "bun run vite:dev", @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "ezpplauncher", + "title": "EZPPLauncher", "width": 1000, "height": 700, "decorations": false, @@ -26,6 +26,10 @@ } }, "bundle": { + "publisher": "EZPPFarm", + "copyright": "EZPPFarm", + "homepage": "https://ez-pp.farm", + "license": "GPL-3.0", "active": true, "targets": [ "app" @@ -36,6 +40,12 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "windows": { + "webviewInstallMode": { + "silent": true, + "type": "downloadBootstrapper" + } + } } } \ No newline at end of file