diff options
author | AlexVallat <github@alex.vallat.name> | 2015-03-03 07:58:35 +0000 |
---|---|---|
committer | AlexVallat <github@alex.vallat.name> | 2015-03-03 07:58:35 +0000 |
commit | 31188c6330a4e9e64fd0abe2085a132a85b6f7cf (patch) | |
tree | effe0ae0409a969b9e166f29205f47af14d83432 /tools | |
parent | e222ace6efae98d38824cfbfe9e42c9e29c5c462 (diff) | |
download | uBlock-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.bat | 2 | ||||
-rwxr-xr-x | tools/make-firefox.sh | 1 |
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..." |