From 9a09e6189b2650d60d76d002ebd352ab1d2c3a27 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 18 Oct 2018 19:44:13 +0100 Subject: Rename "blackball" for clarity Apparently some people seem to think it's a censorship list... --- installers/windows/Monero.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installers') diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index 644d8f46..9fda42c4 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -76,7 +76,7 @@ Source: "monero-daemon.bat"; DestDir: "{app}"; Flags: ignoreversion; ; Monero blockchain utilities Source: "bin\monero-blockchain-export.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "bin\monero-blockchain-import.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "bin\monero-blockchain-blackball.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "bin\monero-blockchain-mark-spent-outputs.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "bin\monero-blockchain-usage.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "bin\monero-blockchain-import.exe"; DestDir: "{app}"; Flags: ignoreversion -- cgit v1.2.3