change iso file name

This commit is contained in:
MeexReay 2025-03-15 20:01:15 +03:00
parent 18cd6d43a9
commit e87401d822

2
mkiso
View File

@ -895,7 +895,7 @@ fi
mkdir -p output
: ${OUTPUT_FILE="output/minceraftOS-$MOSVER-$(date '+%Y-%m-%d_%H:%M:%S').iso"}
: ${OUTPUT_FILE="output/minceraftOS-$MOSVER-$(date '+%Y-%m-%d').iso"}
print_step "Installing software to generate the image: ${REQUIRED_PKGS[*]} ..."
install_prereqs "${REQUIRED_PKGS[@]}"