Skip to content

Commit

Permalink
Monacoin: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
monacoinproject committed Sep 10, 2018
1 parent 05877ce commit be923db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/gitian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ fi
# Add a "v" if no -c
if [[ $commit = false ]]
then
COMMIT="v${VERSION}"
COMMIT="${VERSION}"
fi
echo ${COMMIT}

Expand Down
4 changes: 2 additions & 2 deletions contrib/macdeploy/macdeployqtplus
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class FrameworkInfo(object):
class ApplicationBundleInfo(object):
def __init__(self, path):
self.path = path
appName = "Litecoin-Qt"
appName = "Monacoin-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)
Expand Down Expand Up @@ -603,7 +603,7 @@ else:

# ------------------------------------------------

target = os.path.join("dist", "Litecoin-Qt.app")
target = os.path.join("dist", "Monacoin-Qt.app")

if verbose >= 2:
print("+ Copying source bundle +")
Expand Down

0 comments on commit be923db

Please sign in to comment.