diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-15 08:17:38 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-15 08:17:38 -0400 |
commit | b83e0b46d5376546336a8bbecde8b71538caf6ad (patch) | |
tree | 3db2d5cee6ee24fe65ca55a0a7d84fc6a41e33b9 /tools | |
parent | 94320dd4cc1ceeda08df0f580aaa5071c0d7d8f3 (diff) | |
download | uBlock-b83e0b46d5376546336a8bbecde8b71538caf6ad.zip uBlock-b83e0b46d5376546336a8bbecde8b71538caf6ad.tar.gz uBlock-b83e0b46d5376546336a8bbecde8b71538caf6ad.tar.bz2 |
move platform-specific images to their respective platform
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make-chromium.sh | 1 | ||||
-rwxr-xr-x | tools/make-firefox.sh | 1 | ||||
-rwxr-xr-x | tools/make-safari.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-chromium.sh b/tools/make-chromium.sh index 5d0ac15..c032634 100755 --- a/tools/make-chromium.sh +++ b/tools/make-chromium.sh @@ -19,6 +19,7 @@ cp -R src/_locales $DES/ cp -R $DES/_locales/nb $DES/_locales/no cp src/*.html $DES/ cp platform/chromium/*.js $DES/js/ +cp -R platform/chromium/img $DES/ cp platform/chromium/*.html $DES/ cp platform/chromium/manifest.json $DES/ cp LICENSE.txt $DES/ diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index 91f3e5f..221ceff 100755 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -20,6 +20,7 @@ mv $DES/img/icon_128.png $DES/icon.png cp platform/firefox/vapi-*.js $DES/js/ cp platform/firefox/bootstrap.js $DES/ cp platform/firefox/frame*.js $DES/ +cp -R platform/firefox/img $DES/ cp platform/firefox/chrome.manifest $DES/ cp platform/firefox/install.rdf $DES/ cp platform/firefox/*.xul $DES/ diff --git a/tools/make-safari.sh b/tools/make-safari.sh index 5d774be..57aec16 100755 --- a/tools/make-safari.sh +++ b/tools/make-safari.sh @@ -18,6 +18,7 @@ cp -R src/_locales $DES/ cp src/*.html $DES/ mv $DES/img/icon_128.png $DES/Icon.png cp platform/safari/*.js $DES/js/ +cp -R platform/safari/img $DES/ cp platform/safari/Info.plist $DES/ cp platform/safari/Settings.plist $DES/ cp LICENSE.txt $DES/ |