nwjs/nw.js

how to change the website base path?

liesauer opened this issue · 1 comments

currently, the base path is where the package.json is, how can i change to somewhere like %APPDATA%/myapp/dist, and then all the relative html/css/js resloved from that path.

@liesauer Only way I can see it working is from the current base path, you refer to %APPDATA%/myapp/dist.

Also please ask questions via the mailing list. GitHub issue tracker is mainly for bug reports and feature requests.