Files
spacedrive/apps/desktop/crates/linux
Vítor Vasconcellos 0f405caf24 Fix CI (#2461)
Use native-tls-vendored for reqwest
 - Update prisma-client-rust
 - Fix mock_instance test
 - Clippy + fmt
 - Improve error handling when uninstall i386 libs in setup-system action
2024-05-08 05:04:25 +00:00
..
2024-05-08 05:04:25 +00:00

Linux crate

For some OS specific operations

The code for parsing Desktop Entries and finding which programs handle a certain mime-type is based on:

https://github.com/chmln/handlr (MIT)

thanks @chmln