|
@@ -71,7 +71,7 @@ cmake: $(CMAKE)
|
|
|
|
|
|
# AppImageTool
|
|
# AppImageTool
|
|
appimagetool:
|
|
appimagetool:
|
|
- curl $(CURL_DOH_URL) -Lfo appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(ARCH).AppImage
|
|
|
|
|
|
+ curl $(CURL_DOH_URL) -Lfo appimagetool https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(ARCH).AppImage
|
|
chmod u+x appimagetool
|
|
chmod u+x appimagetool
|
|
ifneq ($(QEMU),)
|
|
ifneq ($(QEMU),)
|
|
# Extract the AppImageTool
|
|
# Extract the AppImageTool
|