pr suggestion

This commit is contained in:
josh
2024-11-19 00:59:33 -08:00
parent 867f348e71
commit 8ce0fe2bb3
3 changed files with 8 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ def run():
"--linux-icon=docs/exo-rounded.png"
])
try:
# subprocess.run(command, check=True)
subprocess.run(command, check=True)
print("Build completed!")
except subprocess.CalledProcessError as e:
print(f"An error occurred: {e}")