mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -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
|
|
@ -9,7 +9,7 @@ SET(defsounds
|
|||
|
||||
if(UNIX)
|
||||
if(APPLE)
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION cockatrice.app/Contents/Resources/sounds/)
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION Cockatrice.app/Contents/Resources/sounds/)
|
||||
else()
|
||||
# Assume linux
|
||||
INSTALL(DIRECTORY ${defsounds} DESTINATION share/cockatrice/sounds/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue