mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-12-22 02:49:27 +00:00
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
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:
parent
a8334ea0ae
commit
77d7f5003a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue