Missing .sh

This commit is contained in:
Ugljesa Jovanovic 2020-06-10 23:07:48 +02:00 committed by Ugljesa Jovanovic
parent e537e37ff6
commit 8582411529
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -e
./gradlew multiplatform-crypto-api:build ./gradlew multiplatform-crypto-api:build
#now let's build linux deps #now let's build linux deps
cd sodiumWrapper cd sodiumWrapper
./makeMacosX86-64 ./makeMacosX86-64.sh
./makeIos.sh ./makeIos.sh
./makeTvos.sh ./makeTvos.sh
./makeWatchos.sh ./makeWatchos.sh

View File

@ -4,7 +4,7 @@ set -e
./gradlew multiplatform-crypto-api:build ./gradlew multiplatform-crypto-api:build
#now let's build linux deps #now let's build linux deps
cd sodiumWrapper cd sodiumWrapper
./makeMacosX86-64 ./makeMacosX86-64.sh
./makeIos.sh ./makeIos.sh
./makeTvos.sh ./makeTvos.sh
./makeWatchos.sh ./makeWatchos.sh