diff --git a/build.sh b/build.sh index 6f73f25..cab3021 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ mkdir -p $IOS_OUT printf "\e[0;32mStart Building iOS framework .. Location: ${IOS_OUT} \033[0m\n\n" PACKAGE_PATH=github.com/ProtonMail/go-pm-crypto -gomobile bind -target ios -o ${IOS_OUT}/pmcrypto.framework $PACKAGE_PATH/crypto $PACKAGE_PATH/armor $PACKAGE_PATH/constants $PACKAGE_PATH/key $PACKAGE_PATH/models +gomobile bind -target ios -o ${IOS_OUT}/Crypto.framework $PACKAGE_PATH/crypto $PACKAGE_PATH/armor $PACKAGE_PATH/constants $PACKAGE_PATH/key $PACKAGE_PATH/models printf "\e[0;32mStart Building Android lib .. Location: ${ANDROID_OUT} \033[0m\n\n"