mirror of https://github.com/gorhill/uBlock.git
opera-specific package
This commit is contained in:
parent
2146721275
commit
ba2962bad6
|
@ -38,7 +38,7 @@
|
|||
"all_frames": true
|
||||
}
|
||||
],
|
||||
"minimum_opera_version": "15.0",
|
||||
"minimum_chrome_version": "22.0",
|
||||
"options_page": "dashboard.html",
|
||||
"permissions": [
|
||||
"contextMenus",
|
||||
|
|
|
@ -18,10 +18,9 @@ cp -R src/lib $DES/
|
|||
cp -R src/_locales $DES/
|
||||
cp src/*.html $DES/
|
||||
cp platform/chromium/*.js $DES/js/
|
||||
cp platform/chromium/manifest.json $DES/
|
||||
cp platform/opera/manifest.json $DES/
|
||||
cp LICENSE.txt $DES/
|
||||
|
||||
rm -r $DES/_locales/el
|
||||
rm -r $DES/_locales/hi
|
||||
rm -r $DES/_locales/mr
|
||||
|
||||
|
|
Loading…
Reference in New Issue