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

@ -55,6 +55,7 @@ jobs:
run: |
mkdir artifacts
mv app/dist/*.exe artifacts/dbgate-windows.exe
mv app/dist/*.zip artifacts/dbgate-windows.zip
mv app/dist/*.exe artifacts || true

View File

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