You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Planning to have a system-wide installation process (at least for Windows), we should store database files in user-writable locations (not in the directory that application files are stored themselves).
ElectronJS provides here app.getPath function: https://www.electronjs.org/docs/all#appgetpathname, we should probably use app.getPath('userData') as a directory to store all user-centric data used in Alinka.
The text was updated successfully, but these errors were encountered:
Planning to have a system-wide installation process (at least for Windows), we should store database files in user-writable locations (not in the directory that application files are stored themselves).
ElectronJS provides here
app.getPath
function: https://www.electronjs.org/docs/all#appgetpathname, we should probably useapp.getPath('userData')
as a directory to store all user-centric data used in Alinka.The text was updated successfully, but these errors were encountered: