This directory contains the code for Windows installers.
Tauri built-in templates are not used directly to avoid unexpected behavior changes between versions that could wipe user database during an uninstallation.
%LocalAppData%\com.memospot.app
Tip
WebView cache
Safe to delete recursively.
%LocalAppData%\Memospot
User data and application binaries.
Caution
Stores user data
Only memos.exe and memospot.exe (if using the NSIS/EXE installer) can be safely deleted.
- Using a custom version of
CheckIfAppIsRunningmacro (fromutils.nsh, reimplemented asKillIfRunning) to fix the issue where the installer would not be able to kill the running app or when the built-in updater kills Memospot and leavesmemos.exerunning.