utils/package.sh: re-add random date

This commit is contained in:
hinto.janai 2024-05-23 11:44:54 -04:00
parent a8334ea0ae
commit 77d7f5003a
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

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