Fix: Switch Tauri Conf to Windows Specific

This commit is contained in:
Youwes09
2026-03-21 23:26:33 -05:00
parent b6ef2b1b3c
commit d3e62a7a08
4 changed files with 12 additions and 12 deletions
+2 -8
View File
@@ -26,9 +26,7 @@
},
"bundle": {
"active": true,
"targets": [
"nsis"
],
"targets": ["nsis"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -43,11 +41,7 @@
"installerIcon": "icons/icon.ico",
"installMode": "currentUser"
}
},
"resources": [
"binaries/suwayomi-bundle/bin/Suwayomi-Server.jar",
"binaries/suwayomi-bundle/jre/**/*"
]
}
},
"plugins": {
"shell": {