added build targets

This commit is contained in:
Jan Prochazka
2020-05-18 20:56:02 +02:00
parent b4966569fb
commit 3e46e4774a
2 changed files with 5 additions and 2 deletions

View File

@@ -15,13 +15,15 @@
},
"linux": {
"target": [
"AppImage"
"AppImage",
"deb"
],
"icon": "icon512.png"
},
"win": {
"target": [
"nsis"
"nsis",
"portable"
],
"icon": "icon.ico"
},