1
0
Fork 0

Refactor bundle targets in tauri configuration to use an array format

This commit is contained in:
Jordon Brooks 2025-06-22 15:11:05 +01:00
parent 582cc63a61
commit d94d7fef6e
Signed by: jordon
GPG key ID: DBD9758CD53E786A

View file

@ -21,7 +21,12 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": [
"rpm",
"app",
"deb",
"msi"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",