mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
iOS almost working
This commit is contained in:
8
scripts/release.sh
Executable file
8
scripts/release.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo "Arguments incorrect"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
expo publish --target bare --release-channel=$1
|
Reference in New Issue
Block a user