refs #401 adds /client/lib/engine/bin creation
parent
cd49c1c6b7
commit
5fb23d7923
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue