Skip to content

Commit

Permalink
feat: 添加linux版本的编译
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Dec 28, 2024
1 parent 919e3ad commit 11be029
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- name: Checkout code
Expand Down
8 changes: 8 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,13 @@
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
},
"linux": {
"target": [
"AppImage",
"deb",
"rpm"
],
"artifactName": "${productName}_${version}.${ext}"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "music-list-downloader",
"productName": "网易云音乐下崽器",
"type": "module",
"version": "2.0.5",
"version": "2.0.6",
"private": true,
"packageManager": "[email protected]",
"author": "Naily Zero <[email protected]> (https://naily.cc)",
Expand Down

0 comments on commit 11be029

Please sign in to comment.