Hi, I try to build using electron builder, and after build, it seems cannot open the 'app://-' location, is it because the
"build" folder that contains single-page web app files is not accessible ?
My electron builder config :
...
"build": {
"extraFiles": [
"build"
],
...
the "build" folder is the single-page web app folder
Hi, I try to build using electron builder, and after build, it seems cannot open the 'app://-' location, is it because the "build" folder that contains single-page web app files is not accessible ?
My electron builder config :
the "build" folder is the single-page web app folder
Anybody has clue ?
Thanks