Refactor bundle targets in tauri configuration to use an array format
This commit is contained in:
parent
582cc63a61
commit
d94d7fef6e
1 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,12 @@
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": [
|
||||||
|
"rpm",
|
||||||
|
"app",
|
||||||
|
"deb",
|
||||||
|
"msi"
|
||||||
|
],
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue