Michael Altfield
Michael Altfield
Functions for the following purposes could be boxed-up together into individual files: 1. Upgrading the app 2. Triggers (possibly one for each platform)
See also https://www.qtrac.eu/pyclassmulti.html
Well, I tried to separate-out the `update()` function into its own file, but the resulting build had the following results: 1. Linux Updates worked 2. Windows Updates worked 3. MacOS...
Well, we lost all our fucking history of that work because git is stupid. Not sure why "revert everything back to X commit" is so damn hard. Apparently if you...
Rather than splitting things like 'triggers' into their own file, I think it would make more sense to split it by platform. So all the linux-specific triggers would go into...
Thanks @Technoprenerd Is there any reason you prefer Cryptomator to Veracrypt? afaik veracrypt is the most popular cross-platform software for creating encrypted volumes
> On Mac OSX, a script can do the unmounting: > ``` > umount --force /Volumes/ or > sudo diskutil unmount /Volumes/ ``` Is there any command to list all...
> Cryptomator was designed to solve privacy issues when saving files to cloud storages. source: https://docs.cryptomator.org/en/latest/security/security-target/ Because of this, it seems like a self-destruct may be less valuable for Cryptomator....
@Technoprenerd thanks for your work on this! Would you mind adding your code and iterating directly on this new repo? * https://github.com/BusKill/trigger_cryptomator_umount
See also https://github.com/BusKill/buskill-app/issues/62