1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 16:22:09 -04:00

ubuntu: Update hardcoded arcs

This commit is contained in:
purian23
2025-12-21 23:37:08 -05:00
parent 414b8c8272
commit 9656c7afd7
5 changed files with 30 additions and 20 deletions

View File

@@ -341,6 +341,10 @@ if [ "$KEEP_BUILDS" = "false" ]; then
rm -f "$PACKAGE_DIR/dms-distropkg-amd64.gz"
REMOVED=$((REMOVED + 1))
fi
if [ -f "$PACKAGE_DIR/dms-distropkg-arm64.gz" ]; then
rm -f "$PACKAGE_DIR/dms-distropkg-arm64.gz"
REMOVED=$((REMOVED + 1))
fi
if [ -f "$PACKAGE_DIR/dms-source.tar.gz" ]; then
rm -f "$PACKAGE_DIR/dms-source.tar.gz"
REMOVED=$((REMOVED + 1))