auto-configure sounds path in Windows installer
This commit is contained in:
parent
f38c5f50ef
commit
0f4b044468
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Section "Update configuration" SecUpdateConfig
|
|||
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "carddatabase" "$INSTDIR\cards.xml"
|
||||
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "decks" "$INSTDIR\decks"
|
||||
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "pics" "$INSTDIR\pics"
|
||||
|
||||
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\sound" "path" "$INSTDIR\sounds"
|
||||
SectionEnd
|
||||
|
||||
Section "Start menu item" SecStartMenu
|
||||
|
|
Loading…
Reference in a new issue