mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 11:19:04 +08: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
@ -57,3 +57,6 @@ def sign_appimage():
|
|||||||
result = subprocess.call(command)
|
result = subprocess.call(command)
|
||||||
if result != 0:
|
if result != 0:
|
||||||
raise RuntimeError(f"The GPG command returned non-zero: {result}")
|
raise RuntimeError(f"The GPG command returned non-zero: {result}")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
build_appimage()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user