From 8aa9b10db195323207026548aa35608749b3dddf Mon Sep 17 00:00:00 2001 From: Sunnyyoung Date: Mon, 10 May 2021 11:07:43 +0800 Subject: [PATCH] Update Makefile Add latest download notice --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2bb84c1..d45fe0f 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ install:: fi @if ! [ -d "${FRAMEWORK_PATH}" ]; then\ echo "Can not find the framework, please build first.";\ + echo "Or download the latest release zip: \033[33;32mhttps://github.com/Sunnyyoung/WeChatTweak-macOS/releases/latest\033[0m.";\ exit 1;\ fi @if [ -f "${APP_PATH}/${DYLIB_NAME}" ]; then\