|
@@ -37,7 +37,7 @@ namespace Phihong_EVSE_UI_Tool
|
|
|
public const string REQ_PARENTFOLDER = "Required";
|
|
|
public static List<string> REQ_FILELIST = new List<string>()
|
|
|
{
|
|
|
- "0_DWIN_ASC.HZK", "12_HZK.BIN", "13触控配置文件.bin", "14变量配置文件.bin", "22_Config.bin",
|
|
|
+ "0_DWIN_ASC.HZK", "12_HZK.BIN", "13.bin", "14.bin", "22_Config.bin",
|
|
|
"24_Unicode_Roboto_18_22.dzk", "26_Unicode_Roboto_36_44.dzk", "28_Unicode_Roboto_28_56.dzk",
|
|
|
"30_Unicode_Roboto_14_28.dzk", "32_Unicode_Roboto_28_56.dzk", "CONFIG.txt"
|
|
|
};
|
|
@@ -46,7 +46,7 @@ namespace Phihong_EVSE_UI_Tool
|
|
|
|
|
|
public static readonly string OUTPUT_DIRECTORY = Environment.CurrentDirectory + @"\Output";
|
|
|
public static readonly string CUSTOM_DIRECTORY = Environment.CurrentDirectory + @"\CustomTemp";
|
|
|
- public static readonly string ZIP_SOURCE_DIRECTORY = Environment.CurrentDirectory + @"\ZipSource";
|
|
|
+ public static readonly string ZIP_SOURCE_DIRECTORY = Environment.CurrentDirectory + @"\DWIN_SET";
|
|
|
public static readonly string ZIP_FILE_DIRECTORY = Environment.CurrentDirectory + @"\ZipFile";
|
|
|
|
|
|
public static Dictionary<string, bool> ChangedFiles = new Dictionary<string, bool>()
|