[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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