Replace remaining Lore mentions with Blackmore

This commit is contained in:
lateminer
2018-10-19 01:09:44 +03:00
parent 970a285dc2
commit b51c500e6e
5 changed files with 6 additions and 6 deletions

View File

@@ -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 +")