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:25:22 +0300
committerMario Danic <mario@lovelyhq.com>2017-10-15 18:25:22 +0300
commitdb395d966771f481aab3b677bd9241317fcf4348 (patch)
treeb511c42657ec54a6e0aa60fff126f77172980162
parentbf963a908a7e42d9da31b282ca37284a3979980d (diff)
Fix package creation
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 08d2a47..5c62f3f 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 ./admin/osx/create_mac.sh ../install/ . 1B8B3FD4A0ADCC5BF4385FA1A50F4547DE73C95E
+sudo ~/client/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