Skip to content

Commit bc6cfaf

Browse files
committed
change update time
1 parent 0fb6365 commit bc6cfaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PrinterApp/AutoUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private static void CreateUpdateBat()
215215
private const string BatFile = @"@echo off
216216
echo start
217217
setlocal
218-
timeout 5
218+
timeout 61
219219
for /f ""tokens=2 delims=="" %%a in ('wmic OS Get localdatetime /value') do set ""dt=%%a""
220220
set ""YY=%dt:~2,2%"" & set ""YYYY=%dt:~0,4%"" & set ""MM=%dt:~4,2%"" & set ""DD=%dt:~6,2%""
221221
set ""HH=%dt:~8,2%"" & set ""Min=%dt:~10,2%"" & set ""Sec=%dt:~12,2%""

PrinterApp/PrinterApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Title>PrinterApp</Title>
1212
<Description>gui for work https://app.profcomff.com/print/docs</Description>
1313
<Authors>Dyakov EI</Authors>
14-
<Version>2.1.12.0</Version>
14+
<Version>2.1.12.1</Version>
1515
<Company>dyakov.space</Company>
1616
<Copyright>dyakov.space @ 2023</Copyright>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)