mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-02 13:42:14 -04:00
fix(ci, tauri): Only build appimage, dmg, nsis and msi
This commit is contained in:
parent
9f4c28c9c4
commit
7faf9aec4f
1 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,11 @@
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"createUpdaterArtifacts": true,
|
"createUpdaterArtifacts": true,
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": [
|
||||||
|
"appimage",
|
||||||
|
"dmg",
|
||||||
|
"nsis"
|
||||||
|
],
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
@ -52,4 +56,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue