From cd25ba7d927ef51dc050f6c56dc588080497eb5d Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 3 Oct 2024 21:55:34 +0530 Subject: [PATCH] chore: agent should emit updater artifacts --- packages/hoppscotch-agent/src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/hoppscotch-agent/src-tauri/tauri.conf.json b/packages/hoppscotch-agent/src-tauri/tauri.conf.json index acb4f3bad..dba3c5891 100644 --- a/packages/hoppscotch-agent/src-tauri/tauri.conf.json +++ b/packages/hoppscotch-agent/src-tauri/tauri.conf.json @@ -37,6 +37,7 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "createUpdaterArtifacts": true } }