aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexVallat <github@alex.vallat.name>2015-03-03 07:58:35 +0000
committerAlexVallat <github@alex.vallat.name>2015-03-03 07:58:35 +0000
commit31188c6330a4e9e64fd0abe2085a132a85b6f7cf (patch)
treeeffe0ae0409a969b9e166f29205f47af14d83432 /tools
parente222ace6efae98d38824cfbfe9e42c9e29c5c462 (diff)
downloaduBlock-31188c6330a4e9e64fd0abe2085a132a85b6f7cf.zip
uBlock-31188c6330a4e9e64fd0abe2085a132a85b6f7cf.tar.gz
uBlock-31188c6330a4e9e64fd0abe2085a132a85b6f7cf.tar.bz2
Tidying .xul location, update linux script to match windows one
Diffstat (limited to 'tools')
-rw-r--r--tools/make-firefox.bat2
-rwxr-xr-xtools/make-firefox.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/make-firefox.bat b/tools/make-firefox.bat
index 1235408..f9f25e7 100644
--- a/tools/make-firefox.bat
+++ b/tools/make-firefox.bat
@@ -15,13 +15,13 @@ 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%\
xcopy platform\firefox\frame*.js %DES%\
xcopy platform\firefox\chrome.manifest %DES%\
xcopy platform\firefox\install.rdf %DES%\
+xcopy platform\firefox\*.xul %DES%\
xcopy LICENSE.txt %DES%\
echo "*** uBlock.firefox: Generating meta..."
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index d52a3a8..91f3e5f 100755
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -22,6 +22,7 @@ cp platform/firefox/bootstrap.js $DES/
cp platform/firefox/frame*.js $DES/
cp platform/firefox/chrome.manifest $DES/
cp platform/firefox/install.rdf $DES/
+cp platform/firefox/*.xul $DES/
cp LICENSE.txt $DES/
echo "*** uBlock.firefox: Generating meta..."