1
0
mirror of https://github.com/PanJiaChen/electron-vue-admin.git synced 2025-04-05 19:41:41 +08:00

fix mac os 10.15 build error

fix mac os 10.15 build error log is "Can't locate Mac/Finder/DSStore.pm in @INC"
from: https://github.com/electron-userland/electron-builder/issues/3990
This commit is contained in:
andotorg 2021-08-15 17:28:10 +08:00 committed by GitHub
parent ec3afcc232
commit 0cf3ff43c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@
"electron": "^1.7.5",
"electron-debug": "^1.4.0",
"electron-devtools-installer": "^2.2.0",
"electron-builder": "^19.19.1",
"electron-builder": "^21.2.0",
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-friendly-formatter": "^3.0.0",