Update app_env.sh

When using /bin/sh in Ubuntu im getting this error: (using bash fixes this)
./app_env.sh: 12: Syntax error: "(" unexpected
This commit is contained in:
plowsof 2022-01-07 23:14:39 +00:00 committed by GitHub
parent aa519a186e
commit 52c8ad066e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
APP_ANDROID_NAME=""
APP_ANDROID_VERSION=""
@ -51,4 +51,4 @@ export APP_ANDROID_NAME
export APP_ANDROID_VERSION
export APP_ANDROID_BUILD_NUMBER
export APP_ANDROID_BUNDLE_ID
export APP_ANDROID_PACKAGE
export APP_ANDROID_PACKAGE