fix: fix release

This commit is contained in:
JellyBrick
2024-10-14 19:20:04 +09:00
parent b6687307df
commit 1d0f7d7a48
2 changed files with 9 additions and 4 deletions

View File

@ -62,6 +62,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
sudo snap install snapcraft --classic sudo snap install snapcraft --classic
sudo apt install -y flatpak flatpak-builder
pnpm release:linux pnpm release:linux
- name: Build and release on Windows - name: Build and release on Windows

View File

@ -74,14 +74,10 @@
"target": [ "target": [
{ {
"target": "AppImage", "target": "AppImage",
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
"category": "AudioVideo",
"arch": ["x64", "ia32", "arm64", "armv7l"] "arch": ["x64", "ia32", "arm64", "armv7l"]
}, },
{ {
"target": "flatpak", "target": "flatpak",
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
"category": "AudioVideo",
"arch": ["x64", "ia32", "arm64", "armv7l"] "arch": ["x64", "ia32", "arm64", "armv7l"]
}, },
{ {
@ -111,6 +107,14 @@
], ],
"compression": "maximum" "compression": "maximum"
}, },
"AppImage": {
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
"category": "AudioVideo"
},
"flatpak": {
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
"category": "AudioVideo"
},
"deb": { "deb": {
"depends": [ "depends": [
"libgtk-3-0", "libgtk-3-0",