Denes Daniel
Denes Daniel
Hi Guillaume, I'd like to build a simplistic Windows GUI on top of this great tool, however, I'm facing an issue. When my program executes `gmvault sync [email protected]` in a...
On Windows, all of Gmvault's stuff gets stored under `C:\Users\MyUser`, because [`HOME` is unconditionally overwritten in `gmvault.bat`](https://github.com/gaubert/gmvault/blob/master/etc/scripts/gmvault.bat#L4). It should probably first check whether `HOME` is already set, like [`gmvault-shell.bat`](https://github.com/gaubert/gmvault/blob/master/etc/scripts/gmvault-shell.bat#L12-L13) does....