Feature #1014 ยป 0060-build_appimages.sh-Give-clear-error-message-about-mi.patch
| platforms/appimage/build_appimages.sh | ||
|---|---|---|
|
FCVER="$("${SRC_ROOT}/fc_version")"
|
||
|
if ! command -v wget2 >/dev/null ; then
|
||
|
echo "No wget2 command found!" >&2
|
||
|
exit 1
|
||
|
fi
|
||
|
if ! mkdir tools ||
|
||
|
! mkdir -p AppDir/server ||
|
||
|
! mkdir -p build/server
|
||