mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2026-07-28 22:14:33 +08:00
Update Makefile
Add latest download notice
This commit is contained in:
@@ -20,6 +20,7 @@ install::
|
|||||||
fi
|
fi
|
||||||
@if ! [ -d "${FRAMEWORK_PATH}" ]; then\
|
@if ! [ -d "${FRAMEWORK_PATH}" ]; then\
|
||||||
echo "Can not find the framework, please build first.";\
|
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;\
|
exit 1;\
|
||||||
fi
|
fi
|
||||||
@if [ -f "${APP_PATH}/${DYLIB_NAME}" ]; then\
|
@if [ -f "${APP_PATH}/${DYLIB_NAME}" ]; then\
|
||||||
|
|||||||
Reference in New Issue
Block a user