aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hill <rhill@raymondhill.net>2014-11-24 14:49:11 -0200
committerRaymond Hill <rhill@raymondhill.net>2014-11-24 14:49:11 -0200
commita430e526b6b72182a07cca94822861da7fbdf77b (patch)
treef32f7dd8480a8c6ba49ba3b4a8c61ac84c13fdec
parent266f62914fab3a9ae5d01fa808b9e7a68e948777 (diff)
downloaduBlock-a430e526b6b72182a07cca94822861da7fbdf77b.zip
uBlock-a430e526b6b72182a07cca94822861da7fbdf77b.tar.gz
uBlock-a430e526b6b72182a07cca94822861da7fbdf77b.tar.bz2
use "platform" as suggested in #360
-rw-r--r--platform/chromium/manifest.json (renamed from meta/crx/manifest.json)0
-rw-r--r--platform/chromium/vapi-background.js (renamed from meta/crx/vapi-background.js)0
-rw-r--r--platform/chromium/vapi-client.js (renamed from meta/crx/vapi-client.js)0
-rw-r--r--platform/chromium/vapi-common.js (renamed from meta/crx/vapi-common.js)0
-rwxr-xr-xtools/make-chromium.sh4
5 files changed, 2 insertions, 2 deletions
diff --git a/meta/crx/manifest.json b/platform/chromium/manifest.json
index 0d92222..0d92222 100644
--- a/meta/crx/manifest.json
+++ b/platform/chromium/manifest.json
diff --git a/meta/crx/vapi-background.js b/platform/chromium/vapi-background.js
index ce88e49..ce88e49 100644
--- a/meta/crx/vapi-background.js
+++ b/platform/chromium/vapi-background.js
diff --git a/meta/crx/vapi-client.js b/platform/chromium/vapi-client.js
index 8fa7b07..8fa7b07 100644
--- a/meta/crx/vapi-client.js
+++ b/platform/chromium/vapi-client.js
diff --git a/meta/crx/vapi-common.js b/platform/chromium/vapi-common.js
index cce22b2..cce22b2 100644
--- a/meta/crx/vapi-common.js
+++ b/platform/chromium/vapi-common.js
diff --git a/tools/make-chromium.sh b/tools/make-chromium.sh
index e5a3d08..38e39a8 100755
--- a/tools/make-chromium.sh
+++ b/tools/make-chromium.sh
@@ -16,6 +16,6 @@ cp -R src/lib $DES/
cp -R src/_locales $DES/
cp src/*.html $DES/
cp meta/vapi-appinfo.js $DES/js/
-cp meta/crx/*.js $DES/js/
-cp meta/crx/manifest.json $DES/
+cp platform/chromium/*.js $DES/js/
+cp platform/chromium/manifest.json $DES/
echo "*** uBlock.chromium: Package done."