Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Danic <mario@lovelyhq.com>2017-10-15 18:59:11 +0300
committerMario Danic <mario@lovelyhq.com>2017-10-15 18:59:11 +0300
commitd8c4899f4b53c97afc82bf217dd2182e31beca30 (patch)
treeaab8301dad80a81c36c19f2db3c80d89333e8a24
parentdb395d966771f481aab3b677bd9241317fcf4348 (diff)
fix paths
Signed-off-by: Mario Danic <mario@lovelyhq.com>
-rw-r--r--osx/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/build.sh b/osx/build.sh
index 5c62f3f..759f3de 100644
--- a/osx/build.sh
+++ b/osx/build.sh
@@ -34,7 +34,7 @@ sudo make -j1 install
# The magic string here is SHA1 hash of your Developer ID Application certificate
sudo ~/client/admin/osx/sign_app.sh ~/install/nextcloud.app 74FB2413760D6407588B69F499F13514A86AE
# The magic string here is SHA1 hash of your Developer ID Installer certificate
-sudo ~/client/admin/osx/create_mac.sh ../install/ . 1B8B3FD4A0ADCC5BF4385FA1A50F4547DE73C95E
+sudo ~/build-mac/admin/osx/create_mac.sh ../install/ . 1B8B3FD4A0ADCC5BF4385FA1A50F4547DE73C95E
# Generate a sparkle signature for the tbz
openssl dgst -sha1 -binary < ~/install/*.tbz | openssl dgst -dss1 -sign ~/dsa_priv.pem | openssl enc -base64 > ~/sig.txt