mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2025-07-17 17:37:26 +00:00
fix download address
This commit is contained in:
parent
e96f4b3436
commit
15ef850406
2
Makefile
2
Makefile
|
@ -21,5 +21,5 @@ AppRun_patched.c: AppRun.c
|
||||||
patch -p1 --output $@ < AppRun.c.patch
|
patch -p1 --output $@ < AppRun.c.patch
|
||||||
|
|
||||||
AppRun.c:
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue