utils/package.sh: re-add random date

This commit is contained in:
hinto.janai 2024-05-23 11:44:54 -04:00
parent 863c1983da
commit e8dcf1505e

View file

@ -50,6 +50,7 @@ title "Windows folder check"
# Get random date for tar/zip
title "RNG Date"
RNG=$((EPOCHSECONDS-RANDOM*4)); check "RNG ... $RNG"
DATE=$(date -d @${RNG}); check "DATE ... $DATE"
# Tar Linux Bundle