aboutsummaryrefslogtreecommitdiffstats
path: root/tools/deploy-firefox-android.bat
blob: 09cd7d0c1125e8261a7fe51ceae8663c1ad0914f (plain)
1
2
3
4
5
@echo off
cd %~dp0
call make-firefox.bat all
"%ProgramFiles(x86)%\Android\android-sdk\platform-tools\adb" push ..\dist\build\uBlock.firefox.xpi /mnt/sdcard/
"%ProgramFiles(x86)%\Android\android-sdk\platform-tools\adb" shell am start -a android.intent.action.VIEW -c android.intent.category.DEFAULT -d file:///mnt/sdcard/uBlock.firefox.xpi -n org.mozilla.firefox/.App