utils/package.sh: re-add random date
Some checks are pending
Cache `gupax.io` / build (push) Waiting to run
CI / ci (macos-11) (push) Waiting to run
CI / ci (ubuntu-20.04) (push) Waiting to run
CI / ci (windows-2019) (push) Waiting to run
gupax.io / build (push) Waiting to run
Remote Node Ping / build (push) Waiting to run
Typo / typo (push) Waiting to run

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