mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 11:36:01 +00:00
added build targets
This commit is contained in:
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
@@ -55,6 +55,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv app/dist/*.exe artifacts/dbgate-windows.exe
|
mv app/dist/*.exe artifacts/dbgate-windows.exe
|
||||||
|
mv app/dist/*.zip artifacts/dbgate-windows.zip
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts || true
|
mv app/dist/*.exe artifacts || true
|
||||||
|
|
||||||
|
|||||||
@@ -15,13 +15,15 @@
|
|||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage"
|
"AppImage",
|
||||||
|
"deb"
|
||||||
],
|
],
|
||||||
"icon": "icon512.png"
|
"icon": "icon512.png"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis",
|
||||||
|
"portable"
|
||||||
],
|
],
|
||||||
"icon": "icon.ico"
|
"icon": "icon.ico"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user