1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Fixes output of versioninfo.txt

This commit is contained in:
Fellippe Heitor 2020-01-29 12:45:38 -03:00 committed by GitHub
parent e0fa76ce7b
commit a3f238b8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ FOR /L %%i IN (1,1,10) DO (
:doversion
set archive=versioninfo.txt
echo Dev build generated on %DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%, %TIMEX:~0,2%-%TIMEX:~3,2%-%TIMEX:~6,2%, from git ^<a href=https://github.com/QB64Team/qb64/commits/development^>%GITHUB_SHA:~0,7%^</a^> > %archive%
echo Dev build generated on %DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%, from git ^<a href="https://github.com/QB64Team/qb64/commits/development"^>%GITHUB_SHA:~0,7%^</a^> > %archive%
FOR /L %%i IN (1,1,10) DO (
scp %archive% remote-server:autobuilds/development/