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, "createUpdaterArtifacts": true,
"active": true, "active": true,
"targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"], "targets": ["appimage", "flatpak", "dmg", "nsis", "app", "deb"],
"flatpak": { "linux": {
"id": "net.unstoppableswap.UnstoppableSwap", "flatpak": {
"runtime": "org.freedesktop.Platform", "id": "net.unstoppableswap.UnstoppableSwap",
"sdk": "org.freedesktop.Sdk", "runtime": "org.freedesktop.Platform",
"runtimeVersion": "23.08", "sdk": "org.freedesktop.Sdk",
"finishArgs": [ "runtimeVersion": "23.08",
"--socket=wayland", "finishArgs": [
"--socket=x11", "--socket=wayland",
"--share=network", "--socket=x11",
"--device=all" "--share=network",
] "--device=all"
]
}
}, },
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",