You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
autopif2: RIP Preview program, hello top level version arg
-p or --preview has been removed since the Platform Preview program has been replaced by Android Canary -t # or --top # chooses the top level version depth to crawl down the Android version list for when there are multiple active Betas in multiple Android versions, e.g. with 16 as latest the default value of 1 would get its listed QPRs and -t 2 would force it to get the second listed (15)
This commit is contained in:
@@ -4,7 +4,7 @@ MODPATH="${0%/*}"
|
||||
set +o standalone
|
||||
unset ASH_STANDALONE
|
||||
|
||||
sh $MODPATH/autopif2.sh -s -m -p || exit 1
|
||||
sh $MODPATH/autopif2.sh -s -m || exit 1
|
||||
|
||||
echo -e "\nDone!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user