From 262dbbe2fd68eb60850acddad68d5ba9e4debe7f Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:16:02 -0400 Subject: [PATCH] Switch to .msi installer --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index eb4ed34..9935b6f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "withGlobalTauri": false }, "package": { - "productName": "YARC-Launcher", + "productName": "YARC Launcher", "version": "0.1.2" }, "tauri": { @@ -41,7 +41,7 @@ "active": true, "targets": [ "appimage", - "nsis", + "msi", "app", "updater" ], @@ -62,7 +62,7 @@ "label": "main", "fullscreen": false, "resizable": true, - "title": "Yet Another Launcher", + "title": "YARC Launcher", "width": 1250, "height": 700, "minWidth": 1000,