Add debian packaging support. #8

Merged
Sudo-Ivan merged 1 commits from debian-packaging into custom 2025-10-01 22:43:49 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 61ada872c0 - Show all commits

View File

@@ -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

View File

@@ -70,7 +70,11 @@
},
"linux": {
"artifactName": "ReticulumMeshChat-v${version}-${os}.${ext}",
"target": "AppImage",
"target": [
"AppImage",
"deb"
],
"maintainer": "Liam Cottle <liam@liamcottle.com>",
"extraFiles": [
{
"from": "build/exe",