0👍
Set your build path into asar-unpack. It’ll include your build module files into the app file.
like this.
"asarUnpack": [
"./node_modules//lib/win32/**",
"./node_modules/builds"
],
-1👍
Debug folder not secure for usage. Native modules are build into ./build/Release/*.node
. Please check your path.
- [Vuejs]-Axios isn't filling store on mount
- [Vuejs]-How to add attribute a value to my Combobox using vue Js?
Source:stackexchange.com