Browse Source

Update Rack binary path and screenshot zoom level.

pull/785/head
Andrew Belt 2 years ago
parent
commit
b273ad520f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      scripts/update.py

+ 2
- 2
scripts/update.py View File

@@ -145,7 +145,7 @@ print()
print(f"Press enter to launch Rack and test the following packages: {manifest_versions_str}") print(f"Press enter to launch Rack and test the following packages: {manifest_versions_str}")
input() input()
try: try:
common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack")
common.system(f"cd {RACK_SYSTEM_DIR} && ./build/Rack")
common.system(f"cd {RACK_USER_DIR} && grep 'warn' log.txt || true") common.system(f"cd {RACK_USER_DIR} && grep 'warn' log.txt || true")
except: except:
print(f"Rack failed! Enter to continue if desired") print(f"Rack failed! Enter to continue if desired")
@@ -154,7 +154,7 @@ print(f"Press enter to generate screenshots, upload packages, upload screenshots
input() input()


# Generate screenshots # Generate screenshots
common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack -t 2")
common.system(f"cd {RACK_SYSTEM_DIR} && ./build/Rack -t 4")


# Upload packages # Upload packages
common.system("cd ../packages && make upload") common.system("cd ../packages && make upload")


Loading…
Cancel
Save