mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-25 09:41:49 +08:00
chore: update package.json
This commit is contained in:
parent
ee248be2c5
commit
89216f2387
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build/release
|
||||
name: Build / Release
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
@ -26,6 +26,12 @@ jobs:
|
|||
sudo apt-get install --no-install-recommends -y rpm &&
|
||||
sudo apt-get install --no-install-recommends -y bsdtar
|
||||
|
||||
- name: Install Snapcraft (only on Ubuntu)
|
||||
uses: samuelmeuli/action-snapcraft@v1
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
with:
|
||||
snapcraft_token: ${{ secrets.snapcraft_token }}
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1.6.0
|
||||
with:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "YesPlayMusic",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"private": true,
|
||||
"description": "A third party music application for Netease Music",
|
||||
"author": "hawtim<hawtimzhang@gmail.com>",
|
||||
|
|
|
@ -88,7 +88,7 @@ module.exports = {
|
|||
arch: ["x64", "arm64", "universal"],
|
||||
},
|
||||
],
|
||||
artifactName: "${productName}-${os}-${arch}.${ext}",
|
||||
artifactName: "${productName}-${os}-${version}-${arch}.${ext}",
|
||||
category: "public.app-category.music",
|
||||
darkModeSupport: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user