Обновляем индексы и создаем compilerProfile.json

This commit is contained in:
2023-10-07 21:16:33 +03:00
parent ad87416eeb
commit 888803b7bd
7 changed files with 155 additions and 105 deletions

View File

@@ -218,6 +218,7 @@ shutil.copy(profile, "data_svelte/" + profile)
# ctypes.windll.user32.MessageBoxW(0, "Профиль " + profile + " применен, можно запускать компиляцию и прошивку.", "Операция завершена.", 0)
if update:
shutil.copy(profile, "compilerProfile.json")
print(f"\x1b[1;31;42m Profile modules " + profile + " updated, profile applied, you can run compilation and firmware.\x1b[0m")
else: