diff --git a/justfile b/justfile index 623e08b..9aab837 100644 --- a/justfile +++ b/justfile @@ -74,7 +74,8 @@ install_scripts: # Uninstalls everything (requires same arguments as given to install) uninstall: - rm {{bin_path}} {{launcher_dir}} + rm {{bin_path}} + rm -rf {{launcher_dir}} # Vendor Cargo dependencies locally vendor: @@ -93,4 +94,4 @@ _extract_vendor: if test {{vendor}} = 1; then rm -rf vendor tar pxf vendor.tar - fi \ No newline at end of file + fi