Skip to content
Snippets Groups Projects
Commit 1a3df7d2 authored by poka's avatar poka
Browse files

fix build link script

parent 9f5a15cc
No related branches found
No related tags found
No related merge requests found
Pipeline #18575 waiting for manual action
......@@ -29,10 +29,10 @@ fi
DL="/tmp"
appPathV7="$DL/${APPNAME}-${VERSION}+${BUILD}-v7a.apk"
appPathV8="$DL/${APPNAME}-${VERSION}+${BUILD}-v8a.apk"
appPathV8="$DL/${APPNAME}-${VERSION}+${BUILD}-x86_64.apk"
appPathX84_64="$DL/${APPNAME}-${VERSION}+${BUILD}-x86_64.apk"
mv build/app/outputs/flutter-apk/$v7_app "$appPathV7" || exit 1
mv build/app/outputs/flutter-apk/$v8_app "$appPathV8" || exit 1
mv build/app/outputs/flutter-apk/$x86_64_app "$appPathV8" || exit 1
mv build/app/outputs/flutter-apk/$x86_64_app "$appPathX84_64" || exit 1
[[ $withPush == "withPush" ]] && /home/poka/scripts/link/pushGecko $VERSION+$BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment