chore: update package.json

This commit is contained in:
qier222 2021-03-07 17:41:57 +08:00
parent ee248be2c5
commit 89216f2387
No known key found for this signature in database
GPG Key ID: 9C85007ED905F14D
3 changed files with 9 additions and 3 deletions

View File

@ -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:

View File

@ -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>",

View File

@ -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,
},