diff options
author | AlexVallat <github@alex.vallat.name> | 2015-03-02 18:49:34 +0000 |
---|---|---|
committer | AlexVallat <github@alex.vallat.name> | 2015-03-02 18:49:34 +0000 |
commit | 2b60436ecea7eb05d35dae4fb8026694e2a95b8c (patch) | |
tree | fd27056b28c807515a85fb45bb34afc97db91f73 /tools | |
parent | 2349df9cbb5fcb84507713ed1e0ddaf246172961 (diff) | |
download | uBlock-2b60436ecea7eb05d35dae4fb8026694e2a95b8c.zip uBlock-2b60436ecea7eb05d35dae4fb8026694e2a95b8c.tar.gz uBlock-2b60436ecea7eb05d35dae4fb8026694e2a95b8c.tar.bz2 |
Initial UI support for Fennec
Diffstat (limited to 'tools')
-rw-r--r-- | tools/make-firefox.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/make-firefox.bat b/tools/make-firefox.bat index ad57ff2..1235408 100644 --- a/tools/make-firefox.bat +++ b/tools/make-firefox.bat @@ -15,6 +15,7 @@ xcopy /S /I src\js %DES%\js xcopy /S /I src\lib %DES%\lib xcopy /S /I src\_locales %DES%\_locales xcopy src\*.html %DES%\ +xcopy src\*.xul %DES%\ move %DES%\img\icon_128.png %DES%\icon.png xcopy platform\firefox\vapi-*.js %DES%\js\ xcopy platform\firefox\bootstrap.js %DES%\ @@ -30,6 +31,7 @@ c:\python34\python "%~dp0\make-firefox-meta.py" %DES%\ if "%1"=="all" ( echo "*** uBlock.firefox: Creating package..." pushd %DES%\ + del ..\uBlock.firefox.xpi "%ProgramW6432%\7-Zip\7z.exe" a -tzip -mx5 -bd ..\uBlock.firefox.xpi * popd ) |