Fixed issue where extraction library could not be run from asar.

This commit is contained in:
Daniel Scalzi
2018-04-28 18:07:39 -04:00
parent 95afe5c63a
commit f1cf433ca8
4 changed files with 19 additions and 3 deletions

View File

@@ -95,6 +95,9 @@
"files": [
"!{target,logs,.vscode,docs,dev-app-update.yml}"
],
"extraResources": [
"libraries"
],
"asar": true
}
}