diff options
| author | Jay Weisskopf <[email protected]> | 2011-07-12 01:18:57 -0500 |
|---|---|---|
| committer | Jay Weisskopf <[email protected]> | 2011-07-12 01:18:57 -0500 |
| commit | aa0bcaaf2be4bbb7729d307fffec13b7ef0cb806 (patch) | |
| tree | 42a854c9b2360d7fa39ec401a8272e70cc2ec624 | |
| parent | Set default compression for NSIS installer to LZMA. (diff) | |
| download | discoin-aa0bcaaf2be4bbb7729d307fffec13b7ef0cb806.tar.xz discoin-aa0bcaaf2be4bbb7729d307fffec13b7ef0cb806.zip | |
Remove NSIS branding from bottom divider.
| -rw-r--r-- | share/setup.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/setup.nsi b/share/setup.nsi index 022eea822..888c8ea53 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -49,6 +49,7 @@ OutFile bitcoin-0.3.24-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
+BrandingText " "
ShowInstDetails show
VIProductVersion 0.3.24.0
VIAddVersionKey ProductName Bitcoin
|