bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Move assets into user accessible place #16

Closed pixeldesu closed 8 years ago

pixeldesu commented 8 years ago

Custom assets can't be reached currently (see that nice error coming up when trying to scan app/assets/themes) and the packaged app is now in an asar-archive which can't be accessed easily, unless you are a developer yourself.

Time to move assets and the base configuration out of the root folder and into the AppData/.electron/whatever folder.

pixeldesu commented 8 years ago

Added in fbf7a3dd