mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
pr suggestion
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user