diff --git a/MiWatchKleaner.bat b/MiWatchKleaner.bat index 31a4bfa..44041f2 100644 --- a/MiWatchKleaner.bat +++ b/MiWatchKleaner.bat @@ -230,7 +230,7 @@ GOTO START cls color 47 echo. Downloading Latest Pujie Black -curl -o data/apps/Pujie.apk http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Pujie.apk +data\wget.exe -q http://kithub.cf/Karl/MiWatchKleaner-APKs/raw/master/Pujie.apk -P ./data/apps echo. Installing Latest Pujie Black %adb% install data/apps/Pujie.apk ::%adb% shell content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:0 diff --git a/data/wget.exe b/data/wget.exe new file mode 100644 index 0000000..e21dde7 Binary files /dev/null and b/data/wget.exe differ