[fix] Adjust extraResources in electronBuilder to account for the monorepo move (#3072)
This commit is contained in:
parent
f79c4f0c65
commit
7d5df80d2f
|
@ -69,7 +69,7 @@
|
|||
"sign": "./sign.js",
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "node_modules/regedit/vbs",
|
||||
"from": "../../node_modules/regedit/vbs",
|
||||
"to": "regedit/vbs",
|
||||
"filter": ["**/*"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue