mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix data path on Mac OS.
This commit is contained in:
parent
bde397503e
commit
ca7c59d313
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ if(MINGW)
|
|||
set(DATA_INSTALL_DIR "share")
|
||||
elseif(APPLE)
|
||||
set(BIN_INSTALL_DIR "")
|
||||
set(DATA_INSTALL_DIR "Contents/Resources")
|
||||
set(DATA_INSTALL_DIR "${PROGNAME}.app/Contents/Resources")
|
||||
else(MINGW)
|
||||
set(BIN_INSTALL_DIR "bin")
|
||||
set(DATA_INSTALL_DIR "share/keepassx")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue