mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix: fix release
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|||||||
12
package.json
12
package.json
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user