From 56104d4ea59cf536833c3b48b9199aedfc1f8b64 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Thu, 12 Jun 2025 13:26:10 +0200 Subject: [PATCH] fix(ci): tauri.conf.json structure --- src-tauri/tauri.conf.json | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1e0629f9..a039f72a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,17 +30,19 @@ "createUpdaterArtifacts": true, "active": true, "targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"], - "flatpak": { - "id": "net.unstoppableswap.UnstoppableSwap", - "runtime": "org.freedesktop.Platform", - "sdk": "org.freedesktop.Sdk", - "runtimeVersion": "23.08", - "finishArgs": [ - "--socket=wayland", - "--socket=x11", - "--share=network", - "--device=all" - ] + "linux": { + "flatpak": { + "id": "net.unstoppableswap.UnstoppableSwap", + "runtime": "org.freedesktop.Platform", + "sdk": "org.freedesktop.Sdk", + "runtimeVersion": "23.08", + "finishArgs": [ + "--socket=wayland", + "--socket=x11", + "--share=network", + "--device=all" + ] + } }, "icon": [ "icons/32x32.png",