diff options
author | Jay Weisskopf <jay@jayschwa.net> | 2011-07-12 01:18:57 -0500 |
---|---|---|
committer | Jay Weisskopf <jay@jayschwa.net> | 2011-07-12 01:18:57 -0500 |
commit | aa0bcaaf2be4bbb7729d307fffec13b7ef0cb806 (patch) | |
tree | 42a854c9b2360d7fa39ec401a8272e70cc2ec624 /share | |
parent | 230b894779aa0876e68eb7ebdcf8d05bf1ac97b4 (diff) |
Remove NSIS branding from bottom divider.
Diffstat (limited to 'share')
-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 022eea822c..888c8ea538 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
|