mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
OPS: appetize link fix (use pixel4 device by default)
This commit is contained in:
parent
1a8bcfb172
commit
5d6ca5a87f
@ -13,7 +13,7 @@ if [ -f $FILENAME ]; then
|
||||
APTZ=`curl "https://$APPETIZE@api.appetize.io/v1/apps" -F "file=@$FILENAME" -F "platform=android"`
|
||||
echo Apptezize response:
|
||||
echo $APTZ
|
||||
APPURL=`node -e "let e = JSON.parse('$APTZ'); console.log(e.publicURL);"`
|
||||
APPURL=`node -e "let e = JSON.parse('$APTZ'); console.log(e.publicURL + '?device=pixel4');"`
|
||||
echo App url: $APPURL
|
||||
PR=`node scripts/appcenter-post-build-get-pr-number.js`
|
||||
echo PR: $PR
|
||||
|
Loading…
Reference in New Issue
Block a user