1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[fix] Adjust extraResources in electronBuilder to account for the monorepo move (#3072)

This commit is contained in:
Addison Beck
2022-07-08 14:28:02 -04:00
committed by GitHub
parent f79c4f0c65
commit 7d5df80d2f

View File

@@ -69,7 +69,7 @@
"sign": "./sign.js", "sign": "./sign.js",
"extraResources": [ "extraResources": [
{ {
"from": "node_modules/regedit/vbs", "from": "../../node_modules/regedit/vbs",
"to": "regedit/vbs", "to": "regedit/vbs",
"filter": ["**/*"] "filter": ["**/*"]
}, },