mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
fix progress script (this time for real)
This commit is contained in:
parent
e8814048b3
commit
ea3a09909f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from colour import Color
|
||||||
|
|
||||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||||
root_dir = os.path.join(script_dir, "..")
|
root_dir = os.path.join(script_dir, "..")
|
||||||
asm_dir = os.path.join(root_dir, "asm", "us", "nonmatchings")
|
asm_dir = os.path.join(root_dir, "asm", "us", "rev1", "nonmatchings")
|
||||||
build_dir = os.path.join(root_dir, "build")
|
build_dir = os.path.join(root_dir, "build")
|
||||||
elf_path = os.path.join(build_dir, "starfox64.us.rev1.elf")
|
elf_path = os.path.join(build_dir, "starfox64.us.rev1.elf")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue