We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f872a3f commit 988556dCopy full SHA for 988556d
share/packaging/win-env.ps1
@@ -0,0 +1,4 @@
1
+Get-ChildItem Env:
2
+$env:HASH = git log --max-count=1 --pretty=format:"%H"
3
+$env:MESSAGE = git log --max-count=1 --pretty=format:"%s"
4
+$env:BUILDTIME = [int][double]::Parse((Get-Date -UFormat %s))
0 commit comments