bradstewart/electron-boilerplate-vue

Accessing static folder?

rdpascua opened this issue · 1 comments

How can I access the static folder when I release the application? Because the hierarchy of the folder changes when publishing the app.

Before

app
static

After

resources
  app
   static
   assets

Referencing static files as static/<filename> should work from anywhere, the build scripts should take care of any hierarchy differences.