mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix the UnblockNeteaseMusic | 修复UnblockNeteaseMusic无法使用的问题 (#670)
* fix: change to @revincx/unblockneteasemusic moudle * Update README.md * Update README.md Co-authored-by: qier222 <qier222@outlook.com>
This commit is contained in:
parent
b05a686180
commit
920b216466
4 changed files with 4 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ module.exports = {
|
|||
// electron-builder的配置文件
|
||||
electronBuilder: {
|
||||
nodeIntegration: true,
|
||||
externals: ["@nondanee/unblockneteasemusic", "@njzy/unblockneteasemusic"],
|
||||
externals: [ "@revincx/unblockneteasemusic" ],
|
||||
builderOptions: {
|
||||
productName: "YesPlayMusic",
|
||||
copyright: "Copyright © YesPlayMusic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue