From 6f6247ad71e25e82f7bdca2f25f9aa8bb9395d9b Mon Sep 17 00:00:00 2001 From: phenomen Date: Tue, 19 Nov 2024 21:46:22 -0600 Subject: [PATCH] Update tauri.conf.json --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ab7e756..073ddf1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,6 +6,7 @@ "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", + "beforeBuildCommand": "npm run build", "frontendDist": "../build" }, "app": { @@ -32,7 +33,7 @@ "longDescription": "Foundry Lightweight Client", "category": "RolePlayingGame", "copyright": "phenomen", - "targets": ["msi", "dmg", "deb"], + "targets": ["msi", "app", "dmg", "deb"], "createUpdaterArtifacts": "v1Compatible", "icon": [ "icons/32x32.png",