aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris <chris@chrismatic.io>2015-02-06 04:24:25 -0700
committerChris <chris@chrismatic.io>2015-02-06 04:24:25 -0700
commite43931f075847f75414c17ce13735c76119efafc (patch)
treeab3ed6f69586dc22295cad735f7695d15e0a3b7e /tools
parent36f0b4dec936655bc5dd64ec0367ffe7f92df804 (diff)
downloaduBlock-e43931f075847f75414c17ce13735c76119efafc.zip
uBlock-e43931f075847f75414c17ce13735c76119efafc.tar.gz
uBlock-e43931f075847f75414c17ce13735c76119efafc.tar.bz2
µBlock logo refinement and browser icon organization
This includes a new, refined µBlock logo, rendered more coherently and consistently for different sizes and display pixel densities. The Safari build script has been modified to bundle appropriate resolutions. The Firefox build script was slightly changed to adhere to the naming convention. The Chrome manifest was modified/ammended slightly to take advantage of new renderings. README's beginning has been modified to be nicer and more minimal. Other than the logo's slightly refined look and having better resolution on different browsers and setups, this should have no effect on the user experience or further development.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-firefox.sh2
-rwxr-xr-xtools/make-safari.sh7
2 files changed, 7 insertions, 2 deletions
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index d52a3a8..b1f1f89 100755
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -16,7 +16,7 @@ cp -R src/js $DES/
cp -R src/lib $DES/
cp -R src/_locales $DES/
cp src/*.html $DES/
-mv $DES/img/icon_128.png $DES/icon.png
+mv $DES/img/browsericons/icon128.png $DES/icon.png
cp platform/firefox/vapi-*.js $DES/js/
cp platform/firefox/bootstrap.js $DES/
cp platform/firefox/frame*.js $DES/
diff --git a/tools/make-safari.sh b/tools/make-safari.sh
index 5d774be..d73fcfb 100755
--- a/tools/make-safari.sh
+++ b/tools/make-safari.sh
@@ -16,7 +16,12 @@ cp -R src/js $DES/
cp -R src/lib $DES/
cp -R src/_locales $DES/
cp src/*.html $DES/
-mv $DES/img/icon_128.png $DES/Icon.png
+cp $DES/img/browsericons/icon16@2x.png $DES/Icon-32.png
+cp $DES/img/browsericons/icon48.png $DES/Icon-48.png
+cp $DES/img/browsericons/icon64.png $DES/Icon-64.png
+cp $DES/img/browsericons/icon48@2x.png $DES/Icon-96.png
+cp $DES/img/browsericons/icon128.png $DES/Icon-128.png
+cp $DES/img/browsericons/icon128@2x.png $DES/Icon-256.png
cp platform/safari/*.js $DES/js/
cp platform/safari/Info.plist $DES/
cp platform/safari/Settings.plist $DES/