Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Josh Wilcox
crown-core
Commits
f72a8dbd
Commit
f72a8dbd
authored
13 years ago
by
Matt Corallo
Committed by
Gavin Andresen
13 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update setup.nsi for bitcoin-qt.
parent
577cfe12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/setup.nsi
+1
-4
share/setup.nsi
with
1 addition
and
4 deletions
+1
-4
share/setup.nsi
View file @
f72a8dbd
...
...
@@ -66,13 +66,11 @@ ShowUninstDetails show
Section -Main SEC0000
SetOutPath $INSTDIR
SetOverwrite on
File ../bitcoin-qt.exe
File ../
release/
bitcoin-qt.exe
File /oname=license.txt ../COPYING
File /oname=readme.txt ../doc/README_windows.txt
SetOutPath $INSTDIR\daemon
File ../src/bitcoind.exe
SetOutPath $INSTDIR\locale
File /r ../locale/*.*
SetOutPath $INSTDIR\src
File /r /x *.exe /x *.o ../src\*.*
SetOutPath $INSTDIR
...
...
@@ -117,7 +115,6 @@ Section /o -un.Main UNSEC0000
Delete /REBOOTOK $INSTDIR\license.txt
Delete /REBOOTOK $INSTDIR\readme.txt
RMDir /r /REBOOTOK $INSTDIR\daemon
RMDir /r /REBOOTOK $INSTDIR\locale
RMDir /r /REBOOTOK $INSTDIR\src
DeleteRegValue HKCU "${REGKEY}\Components" Main
SectionEnd
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help