1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

Update dms-cli for nightly builds

This commit is contained in:
purian23
2025-11-26 22:17:49 -05:00
parent f7f1bbbdd2
commit e129e4a2d0
9 changed files with 66 additions and 36 deletions
+1 -6
View File
@@ -218,12 +218,7 @@ if [ "$KEEP_BUILDS" = "false" ]; then
fi
;;
dms-git)
# Remove downloaded binary
if [ -f "$PACKAGE_DIR/dms-distropkg-amd64.gz" ]; then
rm -f "$PACKAGE_DIR/dms-distropkg-amd64.gz"
REMOVED=$((REMOVED + 1))
fi
# Remove git source directory
# Remove git source directory binary
if [ -d "$PACKAGE_DIR/dms-git-repo" ]; then
rm -rf "$PACKAGE_DIR/dms-git-repo"
REMOVED=$((REMOVED + 1))