diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df4770e..6edd48f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: cp ./backend/out/make/deb/**/*.deb distributables/deb/ cp ./backend/out/make/rpm/**/*.rpm distributables/rpm/ cd distributables - zip -r ../quickutils-linux-arm64.zip * + zip -r ../quickutils-linux.zip * cd .. - name: Archive the build (Windows) diff --git a/backend/forge.config.ts b/backend/forge.config.ts index 6836d19..77b92dc 100644 --- a/backend/forge.config.ts +++ b/backend/forge.config.ts @@ -34,11 +34,13 @@ const config: ForgeConfig = { // Linux new MakerRpm({ "options": { + "name": "quick-finder", "genericName": "QuickFinder", } }), new MakerDeb({ "options": { + "name": "quick-finder", "genericName": "QuickFinder", } })