Skip to content

Commit

Permalink
opera-specific package
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 9, 2015
1 parent 2146721 commit ba2962b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/opera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"all_frames": true
}
],
"minimum_opera_version": "15.0",
"minimum_chrome_version": "22.0",
"options_page": "dashboard.html",
"permissions": [
"contextMenus",
Expand Down
3 changes: 1 addition & 2 deletions tools/make-opera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba2962b

Please sign in to comment.