1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

use "platform" as suggested in #360

This commit is contained in:
Raymond Hill 2014-11-24 14:49:11 -02:00
parent 266f62914f
commit a430e526b6
5 changed files with 2 additions and 2 deletions

View File

@ -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."