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 8e31381 commit 395f95cCopy full SHA for 395f95c
Universal THCRAP Launcher/Universal THCRAP Launcher.csproj
@@ -167,6 +167,6 @@
167
</ItemGroup>
168
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169
<PropertyGroup>
170
- <PreBuildEvent>echo %25date%25 %25time%25 > "$(ProjectDir)\Resources\BuildDate.txt"</PreBuildEvent>
+ <PreBuildEvent>for /f "tokens=*" %25i in ('tzutil /g') do echo %25date%25 %25time%25 (%25i) > "$(ProjectDir)\Resources\BuildDate.txt"</PreBuildEvent>
171
</PropertyGroup>
172
</Project>
0 commit comments