Add new app for core

This commit is contained in:
Oleg Korshul
2022-12-07 14:48:26 +03:00
parent 0c18cbc758
commit 4dedb18137
2 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def make():
base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "allthemesgen")
base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "standardtester")
base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "x2ttester")
base.copy_exe(core_build_dir + "/bin/" + platform_postfix, archive_dir, "ooxml_crypt")
if base.is_file(archive_dir + ".7z"):