refs #401 adds /client/lib/engine/bin creation

ogboot_installer
Luis Gerardo Romero Garcia 2024-05-29 12:33:09 +02:00
parent cd49c1c6b7
commit 5fb23d7923
1 changed files with 2 additions and 0 deletions

View File

@ -591,6 +591,8 @@ def copyClientFiles():
echoAndLog(f"{copyClientFiles.__name__}(): Copying OpenGnsys Cloning Engine files.")
os.makedirs(f"{INSTALL_TARGET}/client/lib/engine/bin", exist_ok=True)
engine_files = glob.glob(f"{WORKDIR}/ogboot/client/engine/*.lib*")
# Copiar cada archivo individualmente