mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
fix(in-app-menu): custom-electron-titlebar
This commit is contained in:
@ -91,6 +91,7 @@
|
||||
"build:mac": "npm run clean && electron-builder --mac dmg:x64 -p never",
|
||||
"build:mac:arm64": "npm run clean && electron-builder --mac dmg:arm64 -p never",
|
||||
"build:win": "npm run clean && electron-builder --win -p never",
|
||||
"build:win:x64": "npm run clean && electron-builder --win nsis:x64 -p never",
|
||||
"lint": "xo",
|
||||
"changelog": "auto-changelog",
|
||||
"plugins": "npm run plugin:adblocker && npm run plugin:bypass-age-restrictions",
|
||||
@ -115,7 +116,6 @@
|
||||
"butterchurn-presets": "2.4.7",
|
||||
"custom-electron-prompt": "1.5.7",
|
||||
"custom-electron-titlebar": "4.2.7",
|
||||
"electron": "26.1.0",
|
||||
"electron-better-web-request": "1.0.1",
|
||||
"electron-debug": "3.2.0",
|
||||
"electron-is": "3.0.0",
|
||||
@ -144,6 +144,7 @@
|
||||
"@playwright/test": "1.37.1",
|
||||
"auto-changelog": "2.4.0",
|
||||
"del-cli": "5.0.1",
|
||||
"electron": "26.1.0",
|
||||
"electron-builder": "24.6.3",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"eslint": "8.48.0",
|
||||
|
||||
Reference in New Issue
Block a user