Skip to content

Commit

Permalink
make adhoc locally buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Dec 13, 2024
1 parent 530509d commit 99d155a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "$#" -eq 1 ]; then
BUILD="$1"
elif [ "$#" -eq 2 ]; then
if [ "$1" == "--new-dot" ]; then
BUILD="$2"
BUILD="$2"
NEW_DOT_FLAG="true"
elif [ "$2" == "--new-dot" ]; then
BUILD="$1"
Expand All @@ -45,7 +45,7 @@ IS_HYBRID_APP_REPO=$(scripts/is-hybrid-app.sh)
IOS_MODE="Debug"
ANDROID_MODE="Debug"
SCHEME="Expensify"
APP_ID="org.me.mobiexpensifyg"
APP_ID="org.me.mobiexpensifyg.dev"

echo -e "\n${GREEN}Starting a HybridApp build!${NC}"
PROJECT_ROOT_PATH="Mobile-Expensify/"
Expand Down

0 comments on commit 99d155a

Please sign in to comment.