From da71ed6f7f8819741cfb399c8d0b6bb4cb3af47b Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 6 Apr 2017 10:14:13 -0400 Subject: [PATCH] Update distribute script for new repo hierarchy. --- platform-independent/cli-c/distribute | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform-independent/cli-c/distribute b/platform-independent/cli-c/distribute index 34c058b8..bd04f39d 100755 --- a/platform-independent/cli-c/distribute +++ b/platform-independent/cli-c/distribute @@ -14,7 +14,7 @@ read -n1 -p "Will prepare and release $mpwArchive. Press a key to continue or ^ git ls-files -z . | xargs -0 tar -Lcvzf "$mpwArchive" echo "$mpwArchive ready, SHA256: $(openssl sha -sha256 < "$mpwArchive")" -cd ../../Site/current -ln -sf "../../MasterPassword/C/$mpwArchive" -[[ -e $_ ]] -echo "Linked from site, please update your hyperlinks to point to http://masterpasswordapp.com/$mpwArchive" +cd ../../public/site/current +ln -sf "../../../platform-independent/cli-c/$mpwArchive"; [[ -e $_ ]] +ln -sf "$mpwArchive" "masterpassword-cli.tar.gz"; [[ -e $_ ]] +echo "Linked from site, please update your hyperlinks to point to https://ssl.masterpasswordapp.com/$mpwArchive"