Adeepa Gunathilake
Results
2
comments of
Adeepa Gunathilake
By default if you don't move the diary to some directory, application takes a directory for electron provides for storing application config files. I think in windows it's appData directory...
I added following 2 things to package.json's scripts and used them. ``` "pack": "electron-builder --dir", "dist": "electron-builder", ``` used `yarn dist` to build.