fix rbuild script

This commit is contained in:
zhao
2023-08-13 15:17:20 -04:00
parent 7b0ea16b04
commit 15c261228b
30 changed files with 2 additions and 32 deletions

View File

@ -181,7 +181,7 @@ def build_assembly_gifs(config, dz, nightly):
def build_gif_from_png(fileName):
try:
subprocess.run(["bash", BUILD_GIF_FROM_PNG_SCRIPT, fileName], check=True)
subprocess.run(["bash", BUILD_GIF_FROM_PNG_SCRIPT, fileName, ASSEMBLY_GIF_TEMP_DIR, ASSEMBLY_GIF_BUILD_DIR], check=True)
except subprocess.CalledProcessError as e:
print(f"Error calling shell script: {e}")