mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 11:34:10 +08:00
💚 修复github actions 构建问题
This commit is contained in:
parent
9b02915e44
commit
c16f703cef
@ -15,8 +15,10 @@
|
||||
"postuninstall": "electron-builder install-app-deps"
|
||||
},
|
||||
"main": "background.js",
|
||||
"optionalDependencies": {
|
||||
"electron-clipboard-ex": "^1.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron-clipboard-ex": "^1.3.3",
|
||||
"@better-scroll/core": "^2.4.2",
|
||||
"ant-design-vue": "^2.2.8",
|
||||
"core-js": "^3.6.5",
|
||||
|
@ -4615,14 +4615,6 @@ electron-builder@^22.2.0:
|
||||
update-notifier "^5.1.0"
|
||||
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:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.2.0.tgz#acc48d24eb7033fe5af284a19667e73b78d406d0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user