mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
added build targets
This commit is contained in:
parent
b4966569fb
commit
3e46e4774a
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
@ -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
|
||||
|
||||
|
@ -15,13 +15,15 @@
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
"AppImage",
|
||||
"deb"
|
||||
],
|
||||
"icon": "icon512.png"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
"nsis",
|
||||
"portable"
|
||||
],
|
||||
"icon": "icon.ico"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user