From b51c500e6eea70b2f2602c511d59bf639f4a8bda Mon Sep 17 00:00:00 2001 From: lateminer Date: Fri, 19 Oct 2018 01:09:44 +0300 Subject: [PATCH] Replace remaining Lore mentions with Blackmore --- contrib/macdeploy/custom_dsstore.py | 2 +- contrib/macdeploy/detached-sig-create.sh | 2 +- contrib/macdeploy/fancy.plist | 2 +- contrib/macdeploy/macdeployqtplus | 4 ++-- src/rpc/server.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py index 613e0ce49..b2d24f926 100755 --- a/contrib/macdeploy/custom_dsstore.py +++ b/contrib/macdeploy/custom_dsstore.py @@ -54,7 +54,7 @@ ds['.']['icvp'] = icvp ds['.']['vSrn'] = ('long', 1) ds['Applications']['Iloc'] = (370, 156) -ds['Lore-Qt.app']['Iloc'] = (128, 156) +ds['Blackmore-Qt.app']['Iloc'] = (128, 156) ds.flush() ds.close() diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 19707ef47..00e4f6316 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -2,7 +2,7 @@ set -e ROOTDIR=dist -BUNDLE="${ROOTDIR}/Lore-Qt.app" +BUNDLE="${ROOTDIR}/Blackmore-Qt.app" CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index 51108bf51..f73717949 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ 370 156 - Lore-Qt.app + Blackmore-Qt.app 128 156 diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index fc3c2fb2e..1dd0448bb 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -155,7 +155,7 @@ class FrameworkInfo(object): class ApplicationBundleInfo(object): def __init__(self, path): self.path = path - appName = "Lore-Qt" + appName = "Blackmore-Qt" self.binaryPath = os.path.join(path, "Contents", "MacOS", appName) if not os.path.exists(self.binaryPath): raise RuntimeError("Could not find bundle binary for " + path) @@ -597,7 +597,7 @@ if os.path.exists("dist"): # ------------------------------------------------ -target = os.path.join("dist", "Lore-Qt.app") +target = os.path.join("dist", "Blackmore-Qt.app") if verbose >= 2: print("+ Copying source bundle +") diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index a4fa5c6fb..2a06e1214 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -488,7 +488,7 @@ std::vector CRPCTable::listCommands() const std::string HelpExampleCli(const std::string& methodname, const std::string& args) { - return "> lore-cli " + methodname + " " + args + "\n"; + return "> blackmore-cli " + methodname + " " + args + "\n"; } std::string HelpExampleRpc(const std::string& methodname, const std::string& args)