added output to tool/update_version.py

This commit is contained in:
Markus Rosenstihl 2022-11-23 09:30:29 +01:00
parent 407953f53e
commit f44eb3b58d

View File

@ -9,6 +9,7 @@ if __name__ == "__main__":
appimage_yaml["AppDir"]["app_info"]["version"] = version
with open(f"AppImageBuilder{version}.yml","wb") as yaml_file:
yaml.safe_dump(appimage_yaml, yaml_file, encoding = 'utf-8')
print(f"New AppImageBuilder file written: {yaml_file.name}")
else:
print("No GO_PIPELINE_LABEL found, doing nothing")