diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28cf27a9..e399e9f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/package.json b/package.json index 405b456b..897b2ec7 100644 --- a/package.json +++ b/package.json @@ -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",