mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
refactor: move macOS info.plist to /redist/
This commit is contained in:
parent
7127539f29
commit
59969277d1
|
@ -250,7 +250,7 @@ mac {
|
|||
OBJECTIVE_SOURCES += src/macos/machotkeywrapper.mm \
|
||||
src/macos/macmouseover.mm
|
||||
ICON = icons/macicon.icns
|
||||
QMAKE_INFO_PLIST = myInfo.plist
|
||||
QMAKE_INFO_PLIST = redist/myInfo.plist
|
||||
|
||||
!CONFIG( no_macos_universal ) {
|
||||
QMAKE_POST_LINK = mkdir -p GoldenDict.app/Contents/Frameworks && \
|
||||
|
|
Loading…
Reference in a new issue