From 9c7d652fbb96bf5cf18d514dd3e0734785b87130 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sun, 16 Jan 2022 22:44:08 +0100 Subject: [PATCH] Forgot to not cleanup in debian script --- Zway-Bot/dpkg/make-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zway-Bot/dpkg/make-deb.sh b/Zway-Bot/dpkg/make-deb.sh index 7eab4ac..cccc120 100644 --- a/Zway-Bot/dpkg/make-deb.sh +++ b/Zway-Bot/dpkg/make-deb.sh @@ -34,7 +34,7 @@ curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/cont curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/build-deb.sh | bash cd .. -# rm deb -rf +rm deb -rf cp Builds/* ../../Builds/ rm Builds -rf \ No newline at end of file