mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-24 13:54:35 +08:00
5 lines
No EOL
218 B
Batchfile
5 lines
No EOL
218 B
Batchfile
set RELEASE_MODE=interactive
|
|
if not defined RELEASE_COOKIE (
|
|
for /f "skip=1" %%X in ('wmic os get localdatetime') do if not defined TIMESTAMP set TIMESTAMP=%%X
|
|
set RELEASE_COOKIE=cookie-!TIMESTAMP:~0,11!-!RANDOM!
|
|
) |