Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
76422854
Commit
76422854
authored
May 14, 2015
by
Fabio Bas
Browse files
NSIS: default to INSTDIR\sounds directory
parent
9c20811a
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/NSIS.template.in
View file @
76422854
...
@@ -56,7 +56,7 @@ Section "Update configuration" SecUpdateConfig
...
@@ -56,7 +56,7 @@ Section "Update configuration" SecUpdateConfig
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "carddatabase" "$LOCALAPPDATA\Cockatrice\cards.xml"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "carddatabase" "$LOCALAPPDATA\Cockatrice\cards.xml"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "decks" "$LOCALAPPDATA\Cockatrice\decks"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "decks" "$LOCALAPPDATA\Cockatrice\decks"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "pics" "$LOCALAPPDATA\Cockatrice\pics"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\paths" "pics" "$LOCALAPPDATA\Cockatrice\pics"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\sound" "path" "$
LOCALAPPDATA\Cockatrice
\sounds"
WriteRegStr HKCU "Software\Cockatrice\Cockatrice\sound" "path" "$
INSTDIR
\sounds"
SectionEnd
SectionEnd
Section "Start menu item" SecStartMenu
Section "Start menu item" SecStartMenu
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment