mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-28 11:50:25 -07:00
fix lowercase (#2419)
* fix lowercase * fix changes * fix .desktop * servatrice .desktop
This commit is contained in:
parent
884e604909
commit
47cafde521
6 changed files with 25 additions and 25 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue