From ff81ab44143491b7b17ea9239f5ba65dd023ec7d Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 25 Jul 2024 20:56:47 -0700 Subject: [PATCH] Put updater back into targets --- 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 51504227..42ace20b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -65,7 +65,8 @@ "deb", "dmg", "nsis", - "rpm" + "rpm", + "updater" ], "iOS": { "developmentTeam": "7PU3P6ELJ8"