call generate-startanim.sh with git bash on windows

This commit is contained in:
2024-11-16 16:05:29 -06:00
parent 05f5520cfb
commit 54c50dca40

View File

@@ -3,7 +3,7 @@
# Requires:
# - ImageMagick
# - Install font: pkg/credits/pixChicago-edited.ttf
# - Git Bash (on Windows)
# Usage: python pkg/generate-credits.py
@@ -95,7 +95,7 @@ def main():
add_heading('Testing')
add_heading('Funding')
run(['pkg/generate-startanim.sh'] + image_lines, input='\n'.join(image_lines), encoding='ascii')
run(['bash', 'pkg/generate-startanim.sh'], input='\n'.join(image_lines), encoding='ascii')
if __name__ == "__main__":
main()