mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Mac-specific: Fix help installing for any build directory
This commit is contained in:
parent
2f8b4975a3
commit
8e56dae5cd
|
@ -178,7 +178,7 @@ mac {
|
|||
mkdir -p GoldenDict.app/Contents/MacOS/locale & \
|
||||
cp -R locale/*.qm GoldenDict.app/Contents/MacOS/locale/ & \
|
||||
mkdir -p GoldenDict.app/Contents/MacOS/help & \
|
||||
cp -R help/*.qch GoldenDict.app/Contents/MacOS/help/
|
||||
cp -R $${PWD}/help/*.qch GoldenDict.app/Contents/MacOS/help/
|
||||
|
||||
CONFIG += zim_support
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue