Browse Source

Generator screenshots with all cores.

v1
Andrew Belt 2 years ago
parent
commit
84c5de4a48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/update.py

+ 1
- 1
scripts/update.py View File

@@ -147,7 +147,7 @@ common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack -t 2")
common.system("cd ../packages && make upload")

# Upload screenshots
common.system("cd ../screenshots && make upload")
common.system("cd ../screenshots && make -j$(nproc) upload")

# Commit repository
common.system("git add manifests")


Loading…
Cancel
Save