Add main function to make it easier to call this

Contributes to issue CURA-9409.
This commit is contained in:
Ghostkeeper 2022-06-30 11:48:45 +02:00
parent f3fd2d6f80
commit 648c1e95db
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -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()