feat: update electron app with touchbar and menu.

This commit is contained in:
kunkka 2020-11-03 23:34:43 +08:00
parent 9b03403d9d
commit e030647720
29 changed files with 394 additions and 302 deletions

View file

@ -78,7 +78,7 @@ module.exports = {
// window 的 icon 头标
win: {
publisherName: 'Yes Play Music',
icon: 'public/img/icons/512x512.png',
icon: 'build/icons/icon.ico',
publish: [
"github"
],
@ -89,7 +89,8 @@ module.exports = {
"AppImage",
"tar.gz",
"deb"
]
],
icon: "build/icons"
},
"dmg": {
"icon": "build/icons/icon.icns"