Adding rebuild to scripts
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Adsooi 2024-10-01 21:50:10 +02:00
parent 07e556da56
commit 1fc19f6ba3
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 87 additions and 18 deletions

2
run.py
View file

@ -32,7 +32,7 @@ if __name__ == "__main__":
if '--test-build' not in argv:
build()
logplotter_path = path.realpath(path.join(getcwd(), "build", "runtime-pyside6"))
print("Appending " + logplotter_path + " to path...")
print(f"Appending {logplotter_path} to path...")
sys_path.append(logplotter_path)
run()