can be compiled, syncs tree. needs check for bugs.

This commit is contained in:
Norayr Chilingarian 2020-05-09 01:19:17 +04:00
parent 7a741b509a
commit 163102bd19
15 changed files with 264 additions and 216 deletions

View file

@ -14,7 +14,7 @@ VAR
success: BOOLEAN;
BEGIN
vpkLogger.Log("Starting install process");
success := vpkFileManager.Read(vpkSettings.packageFileName, jsonData);
success := vpkFileManager.fileToString(vpkSettings.packageFileName, jsonData);
IF ~success THEN vpkLogger.Log("Some ERROR occured while reading VERSIONFILE") END;
ASSERT(success);