build: add standalone Windows portable target

This commit is contained in:
2026-08-19 13:03:43 +00:00
parent d0f33bb00a
commit 2c93670aaf
+3 -1
View File
@@ -57,7 +57,9 @@
},
"win": {
"icon": "build/icon.ico",
"target": "nsis"
"target": [
"portable"
]
}
}
}