From 149b784a5a4c40ada67cb9f6af5a5350678ab6d4 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 1 May 2024 02:51:54 -0700 Subject: [PATCH] build: fix clean script --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index b255495..38e036e 100644 --- a/Justfile +++ b/Justfile @@ -12,6 +12,10 @@ clean: rm -rf content/docs/types/Quickshell.Io rm -rf data/modules/Quickshell.Wayland rm -rf content/docs/types/Quickshell.Wayland + rm -rf data/modules/Quickshell.DBusMenu + rm -rf content/docs/types/Quickshell.DBusMenu + rm -rf data/modules/Quickshell.Service.SystemTray + rm -rf content/docs/types/Quickshell.Service.SystemTray buildtypegen: ({{build_typegen}} && cd typegen && cargo build) || true