mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:29:14 +02:00
--- Merging r31944 into '.':
U packages/fpmkunit/src/fpmkunit.pp --- Recording mergeinfo for merge of r31944 into '.': U . # revisions: 31944 git-svn-id: branches/fixes_3_0@31973 -
This commit is contained in:
parent
6556feef8d
commit
06b9bda86d
@ -3772,7 +3772,8 @@ begin
|
||||
Values[KeyName]:=Name;
|
||||
Values[KeyVersion]:=Version;
|
||||
// TODO Generate checksum based on PPUs
|
||||
Values[KeyChecksum]:=IntToStr(DateTimeToFileDate(Now));
|
||||
InstalledChecksum:=DateTimeToFileDate(Now);
|
||||
Values[KeyChecksum]:=IntToStr(InstalledChecksum);
|
||||
Values[KeyCPU]:=CPUToString(ACPU);
|
||||
Values[KeyOS]:=OSToString(AOS);
|
||||
//Installer;
|
||||
|
Loading…
Reference in New Issue
Block a user