diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18c3502..b7cfedf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: replacesArtifacts: true omitDraftDuringUpdate: true omitNameDuringUpdate: true - artifacts: "dist/*-linux.AppImage" + artifacts: "dist/*-linux.AppImage,dist/*-linux.deb" build_docker: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 546432c..4d0663b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,11 @@ }, "linux": { "artifactName": "ReticulumMeshChat-v${version}-${os}.${ext}", - "target": "AppImage", + "target": [ + "AppImage", + "deb" + ], + "maintainer": "Liam Cottle ", "extraFiles": [ { "from": "build/exe",