diff --git a/patch_perseus.sh b/patch_perseus.sh index dac1613..280d2a0 100755 --- a/patch_perseus.sh +++ b/patch_perseus.sh @@ -29,7 +29,7 @@ if [ ! -f "com.bilibili.AzurLane.apk" ]; then # eg: wget "your download link" -O "your packge name.apk" -q #if you want to patch .xapk, change the suffix here to wget "your download link" -O "your packge name.xapk" -q - wget https://pkg.biligame.com/games/blhx_7.1.1_20230610_1_20230616_031339_073b2.apk -O com.bilibili.AzurLane.apk -q + wget https://pkg.biligame.com/games/blhx_8.1.1_20240426_1_20240429_053419_20cea.apk -O com.bilibili.AzurLane.apk -q echo "apk downloaded !" # if you can only download .xapk file uncomment 2 lines below. (delete the '#')