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:06:22 +0300
committerMario Danic <mario@lovelyhq.com>2017-10-15 18:06:22 +0300
commitbf963a908a7e42d9da31b282ca37284a3979980d (patch)
tree6e7507def23f7c724374e5cd81973e8cf15f53a6
parent11e2209b8ff7e93ff3a0d9d4dd40f65e01ffe461 (diff)
Change num to string
Signed-off-by: Mario Danic <mario@lovelyhq.com>
-rw-r--r--osx/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/build.sh b/osx/build.sh
index eb51976..08d2a47 100644
--- a/osx/build.sh
+++ b/osx/build.sh
@@ -31,9 +31,9 @@ cd build-mac
cmake -DCMAKE_OSX_SYSROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_INSTALL_PREFIX=/Users/builder/install -DCMAKE_PREFIX_PATH=/Users/builder/Qt/5.9/clang_64 -D SPARKLE_INCLUDE_DIR=/Users/builder/Library/Frameworks/Sparkle.framework/ -D SPARKLE_LIBRARY=/Users/builder/Library/Frameworks/Sparkle.framework/ -D OEM_THEME_DIR=/Users/builder/client_theming/nextcloudtheme -DWITH_CRASHREPORTER=ON -DNO_SHIBBOLETH=1 -DMIRALL_VERSION_BUILD=1 ../client
make -j2
sudo make -j1 install
-# The magic number here is SHA1 hash of your Developer ID Application certificate
+# 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 number here is SHA1 hash of your Developer ID Installer certificate
+# The magic string here is SHA1 hash of your Developer ID Installer certificate
sudo ./admin/osx/create_mac.sh ../install/ . 1B8B3FD4A0ADCC5BF4385FA1A50F4547DE73C95E
# Generate a sparkle signature for the tbz