Skip to content

Commit

Permalink
change update time
Browse files Browse the repository at this point in the history
  • Loading branch information
mrerro committed Dec 24, 2023
1 parent 0fb6365 commit bc6cfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PrinterApp/AutoUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private static void CreateUpdateBat()
private const string BatFile = @"@echo off
echo start
setlocal
timeout 5
timeout 61
for /f ""tokens=2 delims=="" %%a in ('wmic OS Get localdatetime /value') do set ""dt=%%a""
set ""YY=%dt:~2,2%"" & set ""YYYY=%dt:~0,4%"" & set ""MM=%dt:~4,2%"" & set ""DD=%dt:~6,2%""
set ""HH=%dt:~8,2%"" & set ""Min=%dt:~10,2%"" & set ""Sec=%dt:~12,2%""
Expand Down
2 changes: 1 addition & 1 deletion PrinterApp/PrinterApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Title>PrinterApp</Title>
<Description>gui for work https://app.profcomff.com/print/docs</Description>
<Authors>Dyakov EI</Authors>
<Version>2.1.12.0</Version>
<Version>2.1.12.1</Version>
<Company>dyakov.space</Company>
<Copyright>dyakov.space @ 2023</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit bc6cfaf

Please sign in to comment.