mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 23:06:08 +08:00
Update Makefile
Add latest download notice
This commit is contained in:
parent
ea065ec783
commit
8aa9b10db1
1
Makefile
1
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\
|
||||
|
|
Loading…
Reference in New Issue
Block a user