From 82631a39d78ed9bde0447882a35d72b6d9db0b33 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:05:54 +0100 Subject: [PATCH] fix(gui): Do not release .deb binaries --- src-tauri/tauri.conf.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c3b5924f..7f6cabe3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,8 +29,7 @@ "appimage", "dmg", "nsis", - "app", - "deb" + "app" ], "icon": [ "icons/32x32.png", @@ -58,4 +57,4 @@ ] } } -} \ No newline at end of file +}