added output to tool/update_version.py
This commit is contained in:
		@@ -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")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user