Anki/qt/bundle
GithubAnon0000 42620c4e60
Update uninstall.sh to give feedback to the user (#3834)
The uninstall script runs `xdg-mime uninstall` which takes >5 seconds to process.

There is no indication to the user though that the script is actually running. Adding an `echo` info message solves that.

Additionally we could `rm -rfv` to make it more verbose (the install script is verbose too). But the main thing that needs time to process is the `xdg-mime uninstall` part of the script.

The reason why I didn't make `rm -rf` verbose, too, is that the output text is greater than the buffer that the terminal provides – meaning you cannot view it from the beginning. And since `rm` is very fast even on old systems with slow hardware I didn't really see a reason to make it verbose here.
2025-02-26 10:24:52 +03:00
..
lin Update uninstall.sh to give feedback to the user (#3834) 2025-02-26 10:24:52 +03:00
mac Add camera to entitlements 2025-01-24 12:47:20 +11:00
PyOxidizer@12a249f686 Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
src updates to the build process and binary bundles 2022-02-10 19:23:07 +10:00
win Fix Windows bundling 2025-01-10 18:10:36 +11:00
build.rs Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
Cargo.lock Bump mimalloc for CVE 2024-11-19 15:27:39 +10:00
Cargo.toml Add option to use LTO in release builds 2023-07-02 18:22:44 +10:00
pyoxidizer.bzl Use system certificate store (#3050) 2024-03-04 05:48:16 +00:00
qt.exclude updates to the build process and binary bundles 2022-02-10 19:23:07 +10:00