From fac54f3e59c7e8173a6b726fe534342b62f10dc5 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Wed, 30 Jul 2025 19:04:21 +0200 Subject: [PATCH] fix: switch to nsis installer --- src-tauri/tauri.conf.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a0d9f75..92fa2d1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "ezpplauncher", + "productName": "EZPPLauncher", "version": "3.0.1", "identifier": "farm.ezpp.launcher", "build": { @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "ezpplauncher", + "title": "EZPPLauncher", "width": 1000, "height": 700, "decorations": false, @@ -28,8 +28,18 @@ "bundle": { "active": true, "targets": [ - "app" + "nsis" ], + "windows": { + "webviewInstallMode": { + "silent": true, + "type": "downloadBootstrapper" + }, + "nsis": { + "installMode": "currentUser", + "compression": "lzma" + } + }, "icon": [ "icons/32x32.png", "icons/128x128.png",