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,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",