diff --git a/BuildTime.ps1 b/BuildTime.ps1 index cf10aba..efaecc7 100644 --- a/BuildTime.ps1 +++ b/BuildTime.ps1 @@ -1,3 +1,3 @@ $buildTime = Get-Date -Format "yyyy-MM-dd HH:mm:ss" -$buildTime | Out-File -FilePath "BuildTime.txt" -Encoding UTF8 +$buildTime | Out-File -FilePath "BuildTime.txt" -Encoding ASCII -NoNewline Write-Host "Build time written to BuildTime.txt: $buildTime" diff --git a/BuildTime.txt b/BuildTime.txt index d2aaee1..9e7cfef 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-02-12 00:49:53 +2026-02-12 10:39:20 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index d60a22b..820c117 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -269c61f \ No newline at end of file +f19cad7 \ No newline at end of file