mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
feat: update electron app with touchbar and menu.
This commit is contained in:
parent
9b03403d9d
commit
e030647720
29 changed files with 394 additions and 302 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue