From ddf5c0c85190fd148f8b0f0b1c0fa42fc4c7fbef Mon Sep 17 00:00:00 2001 From: Jade Turner Date: Sun, 1 Sep 2024 21:55:13 +0800 Subject: [PATCH] [build] Disable AppImage builds AppImage builds are really slow and a notoriously bad format. --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 23c4f42..716f985 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,7 +29,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["deb", "rpm"], "identifier": "au.cantcontrol.driverstation", "icon": [ "icons/32x32.png",