mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 09:53:09 -05:00
fix(ci): tauri.conf.json structure
This commit is contained in:
parent
f56a1761e1
commit
56104d4ea5
1 changed files with 13 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue