Files
foxbin2prg/ThorUpdater/Version.txt
fdbozzo 0bc191c2e9 Added ThorUpdater folder and files
FoxBin2Prg.exe
2017-12-03 01:38:13 +01:00

11 lines
325 B
Plaintext

lparameters toUpdateObject
local ldDate, ;
lnJulian, ;
lcJulian
ldDate = date()
lnJulian = val(sys(11, ldDate)) - val(sys(11, {^2000-01-01}))
lcJulian = padl(transform(lnJulian), 4, '0')
toUpdateObject.AvailableVersion = 'APPNAME-MAJORVERSION' + lcJulian + ;
'-update-' + dtoc(ldDate, 1)
return toUpdateObject