Tags: Temporalitas/element-portable
Tags
Make this shit portable 1. Determine location of user-called Element executable electron file in protocol.ts and, accordingly, the real working directory 2. Use current working directory to store user and session data (electron-main.ts changes), if `--profile` specified, use profile subdirectory for each profile 3. Replace keytar storage with file storage, all user credentials will be stored in encrypted local files (store.ts changes) 4. Create portable build command `yarn build:portable` and clarify build process in README