diff --git a/tools/upload_appimage.py b/tools/upload_appimage.py index 03fe695..ad23fc0 100755 --- a/tools/upload_appimage.py +++ b/tools/upload_appimage.py @@ -90,6 +90,9 @@ if __name__ == "__main__": print(f"Uploading NMReval-{appimage_version}-x86_64.AppImage and .zsync") upload(key, secret, host, bucket, f"NMReval-{appimage_version}-x86_64.AppImage") + upload(key, secret, host, bucket, + f"NMReval-{appimage_version}-x86_64.AppImage", + f"NMReval-latest-x86_64.AppImage") upload(key, secret, host, bucket, f"NMReval-{appimage_version}-x86_64.AppImage.zsync") upload(key, secret, host, bucket,