get the right AppRun.c file, explicitly set \0 in sprintf

This commit is contained in:
darealshinji 2017-12-21 16:40:15 +01:00
parent 79c9fa25fe
commit 22f3a8ce4b
4 changed files with 47 additions and 51 deletions

View file

@ -21,5 +21,5 @@ AppRun_patched.c: AppRun.c
patch -p1 --output $@ < AppRun.c.patch
AppRun.c:
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/master/AppRun.c"
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/appimagetool/master/src/AppRun.c"