Skip to content

Commit

Permalink
Update artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed Aug 25, 2022
1 parent 38373a5 commit 312dfd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,11 @@ else
if [ "$GAPPS_VARIANT" != "pico" ] && [ $GAPPS_BRAND = "OpenGApps" ]; then
echo ":warning: Since OpenGApps doesn't officially support Android 12.1 yet, lock the variant to pico!"
fi
name2="-GApps-${GAPPS_VARIANT}"
if [ $GAPPS_BRAND = "OpenGApps" ]; then
name2="-$GAPPS_BRAND-${GAPPS_VARIANT}"
else
name2="-$GAPPS_BRAND"
fi
fi
artifact_name="WSA${name1}${name2}_${WSA_VER}_${ARCH}_${WSA_REL}"
echo "$artifact_name"
Expand Down

0 comments on commit 312dfd6

Please sign in to comment.