mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Log generation timestamp in dbs_min_generate.cmd
Adds a command to write the current date to dbs_min/timestamp.log after running the dbcompiler task, providing a record of when the generation script was executed.
This commit is contained in:
parent
b5977027b8
commit
0bd049c39c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
@echo off
|
||||
rd dbs_min /q /s
|
||||
node autotools\dbcompiler\task.js
|
||||
node autotools\dbcompiler\task.js
|
||||
echo Generated: %DATE%>dbs_min\timestamp.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue