mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-28 11:12:24 -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": {
|
||||
"createUpdaterArtifacts": true,
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"targets": [
|
||||
"appimage",
|
||||
"dmg",
|
||||
"nsis"
|
||||
],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
@ -52,4 +56,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue