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 }}
run: |
sudo snap install snapcraft --classic
sudo apt install -y flatpak flatpak-builder
pnpm release:linux
- name: Build and release on Windows

View File

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