mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Partially revert previous commits; ensure the bundle is fixed up correctly
This commit is contained in:
parent
1b2c839ff0
commit
6d1de0c617
3 changed files with 3 additions and 9 deletions
|
|
@ -183,9 +183,7 @@ add_custom_command(
|
|||
)
|
||||
|
||||
if(APPLE)
|
||||
# this needs to be relative
|
||||
set(plugin_dest_dir ./cockatrice.app/Contents/Plugins)
|
||||
# instead, this needs an absolute path (for make package to work)
|
||||
set(plugin_dest_dir ${CMAKE_INSTALL_PREFIX}/cockatrice.app/Contents/Plugins)
|
||||
set(qtconf_dest_dir ${CMAKE_INSTALL_PREFIX}/cockatrice.app/Contents/Resources)
|
||||
|
||||
# note: no codecs in qt5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue