Fix: Attempt #1 Windows Workflow

This commit is contained in:
Youwes09
2026-03-20 21:07:19 -05:00
parent 7df7191799
commit 57bf9d5fb1
4 changed files with 40 additions and 55 deletions
+10 -3
View File
@@ -26,7 +26,11 @@
},
"bundle": {
"active": true,
"targets": ["appimage", "nsis", "deb"],
"targets": [
"appimage",
"nsis",
"deb"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -40,11 +44,14 @@
"installerIcon": "icons/icon.ico",
"installMode": "currentUser"
}
}
},
"resources": [
"binaries/suwayomi-bundle/**"
]
},
"plugins": {
"shell": {
"open": true
}
}
}
}