summarylogtreecommitdiffstats
path: root/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.sh')
-rwxr-xr-xcleanup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cleanup.sh b/cleanup.sh
new file mode 100755
index 000000000000..b7c82c22652a
--- /dev/null
+++ b/cleanup.sh
@@ -0,0 +1,4 @@
+find . -maxdepth 1 -name labymod-appimage-*-x86_64.pkg.tar.zst -delete
+find . -maxdepth 1 -name LabyMod%20Launcher-*.AppImage -delete
+rm -rf src
+rm -rf pkg \ No newline at end of file