Simple patch script to make EchoAPI Desktop (Electron) truly portable by storing all data in the app directory.
- Makes EchoAPI Desktop fully portable
- Stores all data in app directory
- Performance optimizations
- Easy to apply/revert
- No external dependencies
- Node.js installed
- EchoAPI Desktop (Electron version)
- Windows OS (Linux/Mac support untested)
- Download
patch.js - Place it in EchoAPI Desktop's root directory (next to
EchoAPI.exe) - Open terminal in that directory
- Run:
node patch.js- Run the script again
- Press Enter when prompted (defaults to Yes)
- Choose whether to keep or remove the data directory
After patching, all app data will be stored in:
/path/to/EchoAPI/resources/app/data/
- Only tested on Windows
- Works with the Desktop (Electron) version of EchoAPI
- Creates automatic backup before patching
- Safe to revert anytime
- Preserves user data if desired