Skip to content

Commit bceb39e

Browse files
update build.sh
1 parent 514238f commit bceb39e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for arg in "$@"; do
1919
"fdroid")
2020
fdroidFlag="fdroid"
2121
;;
22-
"apk"|"aar")
22+
"apk"|"bundle")
2323
buildType="$arg"
2424
;;
2525
*)
@@ -68,7 +68,7 @@ NC=''
6868
script1="node ./utils/config.js $mode $app"
6969
script2="webpack --progress --mode $webpackmode "
7070
# script3="node ./utils/loadStyles.js"
71-
script4="cordova build android $cordovamode --packageType=$buildType"
71+
script4="cordova build android $cordovamode -- --packageType=$buildType"
7272

7373
eval "
7474
echo \"${RED}$script1${NC}\";

0 commit comments

Comments
 (0)