mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-22 05:36:15 +01:00
Fix path to AppRun.c in Makefile
This commit is contained in:
parent
3c85647826
commit
ac29d2960d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -38,6 +38,6 @@ AppRun_patched.c: AppRun.c
|
|||
patch -p1 --output $@ < AppRun.c.patch
|
||||
|
||||
AppRun.c:
|
||||
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/appimagetool/master/src/AppRun.c"
|
||||
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/master/src/AppRun.c"
|
||||
|
||||
.PHONY: checkrt test run_tests all clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue