fix lowercase (#2419)

* fix lowercase

* fix changes

* fix .desktop

* servatrice .desktop
This commit is contained in:
Zach H 2017-02-23 02:53:18 -05:00 committed by ctrlaltca
parent 884e604909
commit 47cafde521
6 changed files with 25 additions and 25 deletions

View file

@ -12,7 +12,7 @@ SET(defthemes
if(UNIX)
if(APPLE)
INSTALL(DIRECTORY ${defthemes} DESTINATION cockatrice.app/Contents/Resources/themes/)
INSTALL(DIRECTORY ${defthemes} DESTINATION Cockatrice.app/Contents/Resources/themes/)
else()
# Assume linux
INSTALL(DIRECTORY ${defthemes} DESTINATION share/cockatrice/themes/)