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
wownero
plowsof 2 years ago committed by GitHub
parent aa519a186e
commit 52c8ad066e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save