stencila / desktop

💻 Stencila on your desktop
Apache License 2.0
138 stars 8 forks source link

Can't save on Windows build #50

Closed obuchtala closed 6 years ago

obuchtala commented 6 years ago

In the dev console I can see this:

Error: ENOENT: no such file or directory, copyfile 'C:\Users\Oliver\AppData\Local\Programs\stencila-desktop\resources\app.asar\bundle\lib\stencila\examples\blank\sheet.xml' -> 'C:\Users\Oliver\tmp\bla\sheet.xml'

The folder app.asar is missing.

obuchtala commented 6 years ago

Could fix it by disabling asar in package.json

obuchtala commented 6 years ago

This is fixed now.

nokome commented 6 years ago

This error was also occurring on Linux and I think it was responsible for #34.