mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Add main function to make it easier to call this
Contributes to issue CURA-9409.
This commit is contained in:
parent
f3fd2d6f80
commit
648c1e95db
1 changed files with 3 additions and 0 deletions
|
@ -57,3 +57,6 @@ def sign_appimage():
|
|||
result = subprocess.call(command)
|
||||
if result != 0:
|
||||
raise RuntimeError(f"The GPG command returned non-zero: {result}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
build_appimage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue