fix: bring back linux deb (#1304)

* Restore deb package building for Linux with auto-update support

Co-authored-by: farfromrefug <655344+farfromrefug@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
farfromrefuge
2025-12-02 10:33:45 +01:00
committed by GitHub
parent 2b2dd34c60
commit 4889f2b51a
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ dmg:
linux:
target:
- AppImage
- deb
- tar.xz
category: AudioVideo;Audio;Player
icon: assets/icons/icon.png
+1
View File
@@ -44,6 +44,7 @@ dmg:
linux:
target:
- AppImage
- deb
- tar.xz
category: AudioVideo;Audio;Player
icon: assets/icons/icon.png
+1
View File
@@ -16,6 +16,7 @@
"license": "GPL-3.0",
"author": {
"name": "jeffvli",
"email": "feishin@users.noreply.github.com",
"url": "https://github.com/jeffvli/"
},
"main": "./out/main/index.js",