From f853e1ac966a45355b1356c83e3894f848e3f435 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 18 May 2020 19:35:14 +0200 Subject: [PATCH] fix --- .github/workflows/build-app.yaml | 1 - app/package.json | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index e1f0bba23..8b7f6e907 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -55,7 +55,6 @@ 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 diff --git a/app/package.json b/app/package.json index f8a9419da..be08bdb20 100644 --- a/app/package.json +++ b/app/package.json @@ -14,14 +14,12 @@ }, "linux": { "target": [ - "AppImage", - "deb" + "AppImage" ] }, "win": { "target": [ - "nsis", - "portable" + "nsis" ], "icon": "icon.ico" },