notesnook
notesnook copied to clipboard
Windows portable app is not portable
Windows portable version has 2 flaws:
-
While not logged in, when transferring a folder to another PC, an error appears: TRPCClientError: Error while decrypting the ciphertext provided to safeStorage.decryptString.
-
In the current implementation, the portable binary is first unpacked into a user's temporary folder and then launched. This causes unnecessary writes to disk. Ideally, the binary should launch itself without unpacking.
Device information: App version: 3.0.4-e058e3b-desktop-beta OS: Windows 10 64-bit Browser: Electron 28.2.1β Pro: false
- I think we can disable encrypting user's database with the system specific encryption key for portable mode.
- Not possible. The application is portable but it still needs to be unpacked somewhere in order to run. This is out of our hands.
The second one is not that important if to leave the program running. Therefore, the solution of the first one is satisfactory. Thank you
This is fixed in latest beta.