Commit 1b2c839f authored by Fabio Bas's avatar Fabio Bas
Browse files

osx: install sounds and zonebg as cockatrice's resources

parent 41c7ce80
...@@ -6,7 +6,7 @@ FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/*.raw") ...@@ -6,7 +6,7 @@ FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/*.raw")
if(UNIX) if(UNIX)
if(APPLE) if(APPLE)
INSTALL(FILES ${sounds} DESTINATION sounds/) INSTALL(FILES ${sounds} DESTINATION cockatrice.app/Contents/Resources/sounds/)
else() else()
# Assume linux # Assume linux
INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds/) INSTALL(FILES ${sounds} DESTINATION share/cockatrice/sounds/)
......
...@@ -6,7 +6,7 @@ FILE(GLOB zonebg "${CMAKE_CURRENT_SOURCE_DIR}/*.*") ...@@ -6,7 +6,7 @@ FILE(GLOB zonebg "${CMAKE_CURRENT_SOURCE_DIR}/*.*")
if(UNIX) if(UNIX)
if(APPLE) if(APPLE)
INSTALL(FILES ${zonebg} DESTINATION zonebg/) INSTALL(FILES ${zonebg} DESTINATION cockatrice.app/Contents/Resources/zonebg/)
else() else()
# Assume linux # Assume linux
INSTALL(FILES ${zonebg} DESTINATION share/cockatrice/zonebg/) INSTALL(FILES ${zonebg} DESTINATION share/cockatrice/zonebg/)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment