💚 修复github actions 构建问题

This commit is contained in:
muwoo 2023-03-14 15:50:36 +08:00
parent 9b02915e44
commit c16f703cef
2 changed files with 3 additions and 9 deletions

View File

@ -15,8 +15,10 @@
"postuninstall": "electron-builder install-app-deps" "postuninstall": "electron-builder install-app-deps"
}, },
"main": "background.js", "main": "background.js",
"optionalDependencies": {
"electron-clipboard-ex": "^1.3.3"
},
"dependencies": { "dependencies": {
"electron-clipboard-ex": "^1.3.3",
"@better-scroll/core": "^2.4.2", "@better-scroll/core": "^2.4.2",
"ant-design-vue": "^2.2.8", "ant-design-vue": "^2.2.8",
"core-js": "^3.6.5", "core-js": "^3.6.5",

View File

@ -4615,14 +4615,6 @@ electron-builder@^22.2.0:
update-notifier "^5.1.0" update-notifier "^5.1.0"
yargs "^17.0.1" yargs "^17.0.1"
electron-clipboard-ex@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/electron-clipboard-ex/-/electron-clipboard-ex-1.3.3.tgz#d035716ba7fcadf6e1cd91507f1a127f11cbbc63"
integrity sha512-bny+IQhbLd7ur4NMKJ6P9+WRG2KTF6yGrbKem2N/zIdK64Yk3hCqVEiuyON6b2aOeEUDGkvS8LCkk4Q2IimehA==
dependencies:
node-addon-api "^4.0.0"
node-gyp-build "^4.2.3"
electron-devtools-installer@^3.1.0: electron-devtools-installer@^3.1.0:
version "3.2.0" version "3.2.0"
resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.2.0.tgz#acc48d24eb7033fe5af284a19667e73b78d406d0" resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.2.0.tgz#acc48d24eb7033fe5af284a19667e73b78d406d0"