mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
Properly set date and rev
This commit is contained in:
@@ -71,6 +71,9 @@ after_build:
|
||||
Copy-Item .\README.md -Destination release
|
||||
Copy-Item .\dist\threeSDumper.gm9 -Destination release\dist
|
||||
|
||||
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
|
||||
$GITREV = $(git show -s --format='%h')
|
||||
|
||||
$BUILD_SEVENZIP = "threeSD-windows-$GITDATE-$GITREV.7z" -replace " ", ""
|
||||
$env:BUILD_SEVENZIP = $BUILD_SEVENZIP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user