Skip to content

Commit 538e6d4

Browse files
n00bsys0pazubieta
authored andcommitted
Use the correct AppImage runtime continuous build URL
1 parent bf6123e commit 538e6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appimagebuilder/modules/prime/appimage_primer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _make_squashfs(self, appdir: pathlib.Path):
9999

100100
def _get_appimage_kit_runtime(self):
101101
url = (
102-
"https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-%s"
102+
"https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-%s"
103103
% self.bundle_main_arch
104104
)
105105
logging.info("Downloading: %s" % url)

0 commit comments

Comments
 (0)