From 15ef850406211a04d12dfbf32e964ea204e26eb5 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Wed, 20 Dec 2017 22:08:37 +0100 Subject: [PATCH] fix download address --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e92034a..2458df1 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ AppRun_patched.c: AppRun.c patch -p1 --output $@ < AppRun.c.patch AppRun.c: - wget -c "https://raw.githubusercontent.com/probonopd/AppImageKit/appimagetool/master/AppRun.c" + wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/master/AppRun.c"