From 648fdaf544851f539c792146136c92ec1c697a2d Mon Sep 17 00:00:00 2001 From: DrSheppard <60893791+Drsheppard01@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:45:55 +0300 Subject: [PATCH] Update appimage.py Resolve #364 --- appimagebuilder/modules/appimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimagebuilder/modules/appimage.py b/appimagebuilder/modules/appimage.py index 8e6dd95d..6856c850 100644 --- a/appimagebuilder/modules/appimage.py +++ b/appimagebuilder/modules/appimage.py @@ -88,7 +88,7 @@ def _get_runtime_path(self): return str(runtime_path) def _get_runtime_url(self): - runtime_url_template = "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-%s" + runtime_url_template = "https://github.com/AppImage/type2-runtime/releases/tag/continuous/runtime-%s" runtime_url = runtime_url_template % self.target_arch return runtime_url