mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
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:
@@ -44,6 +44,7 @@ dmg:
|
|||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
- AppImage
|
||||||
|
- deb
|
||||||
- tar.xz
|
- tar.xz
|
||||||
category: AudioVideo;Audio;Player
|
category: AudioVideo;Audio;Player
|
||||||
icon: assets/icons/icon.png
|
icon: assets/icons/icon.png
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ dmg:
|
|||||||
linux:
|
linux:
|
||||||
target:
|
target:
|
||||||
- AppImage
|
- AppImage
|
||||||
|
- deb
|
||||||
- tar.xz
|
- tar.xz
|
||||||
category: AudioVideo;Audio;Player
|
category: AudioVideo;Audio;Player
|
||||||
icon: assets/icons/icon.png
|
icon: assets/icons/icon.png
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "jeffvli",
|
"name": "jeffvli",
|
||||||
|
"email": "feishin@users.noreply.github.com",
|
||||||
"url": "https://github.com/jeffvli/"
|
"url": "https://github.com/jeffvli/"
|
||||||
},
|
},
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user