From db395d966771f481aab3b677bd9241317fcf4348 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 15 Oct 2017 17:25:22 +0200 Subject: Fix package creation Signed-off-by: Mario Danic --- osx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3