aboutsummaryrefslogtreecommitdiffstats
path: root/tools/deploy-firefox-android.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/deploy-firefox-android.bat')
-rw-r--r--tools/deploy-firefox-android.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/deploy-firefox-android.bat b/tools/deploy-firefox-android.bat
new file mode 100644
index 0000000..09cd7d0
--- /dev/null
+++ b/tools/deploy-firefox-android.bat
@@ -0,0 +1,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 \ No newline at end of file