finished automation

This commit is contained in:
Jakob 2018-07-06 23:05:42 +02:00
parent a26960cea1
commit 4b3163c80f
17 changed files with 153 additions and 93 deletions

View file

@ -34,6 +34,17 @@ namespace h_encore_auto
"text\\01\\"
};
public static readonly string[] downloads = new string[] {
"7zr.exe",
"7z-extra.7z",
"entryPoint.pkg",
"h-encore.zip",
"pkg2zip.zip",
"psvimgtools.zip",
"qcma.reg",
"qcma.zip"
};
public static bool isSecondGuide = false;
public static bool isQcmaConfigFound = false;