Tweaks to windows installer

This commit is contained in:
adityapk00
2018-11-19 19:16:40 -08:00
parent 87303fbed2
commit c4ed8ed40d
6 changed files with 22 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ if [ -z $QT_PATH ]; then
fi
if [ -z $ZCASH_DIR ]; then
echo "ZCASH_PATH is not set. Please set it to the base directory of a compiled zcashd";
echo "ZCASH_DIR is not set. Please set it to the base directory of a compiled zcashd";
exit 1;
fi
@@ -56,7 +56,7 @@ cp res/dmgbg.png bin/dmgbuild/
cp -r zec-qt-wallet.app bin/dmgbuild/
appdmg --quiet bin/dmgbuild/appdmg.json artifacts/macOS-zec-qt-wallet-v$APP_VERSION.dmg >/dev/null
if [ ! -f artifacts/zec-qt-wallet-v$APP_VERSION.dmg ]; then
if [ ! -f artifacts/macOS-zec-qt-wallet-v$APP_VERSION.dmg ]; then
echo "[ERROR]"
exit 1
fi