fix(ci): tauri.conf.json structure

This commit is contained in:
Binarybaron 2025-06-12 13:26:10 +02:00
parent f56a1761e1
commit 56104d4ea5

View file

@ -30,6 +30,7 @@
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"active": true, "active": true,
"targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"], "targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"],
"linux": {
"flatpak": { "flatpak": {
"id": "net.unstoppableswap.UnstoppableSwap", "id": "net.unstoppableswap.UnstoppableSwap",
"runtime": "org.freedesktop.Platform", "runtime": "org.freedesktop.Platform",
@ -41,6 +42,7 @@
"--share=network", "--share=network",
"--device=all" "--device=all"
] ]
}
}, },
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",