Update Deploy Electron with new file locations. authored by Ben Loh's avatar Ben Loh
......@@ -49,3 +49,7 @@ I believe when you run the Electron app itself, it'll initialize the database us
The live / changed data is saved in the respective *.loki files in `/runtime`, e.g. `/runtime/meme.loki` and `/runtime/test.loki`. As are the logs. These are the files you'll want to grab.
In the electron app, I believe they are in `/Contents/Resources/runtime`.
[2023-04-11 Update]
With the latest code sign/app sign revisions, the database files are now located in `~/Documents/MEME/db`. You can move/replace the `meme.loki` file in that folder to update and backup your database.
\ No newline at end of file