Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #397 from ueokande/release-0.14
Browse files Browse the repository at this point in the history
Release 0.14
  • Loading branch information
ueokande committed May 17, 2018
2 parents 6987426 + d9c3ead commit 982a54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Vim Vixen",
"description": "Vim Vixen",
"version": "0.13",
"version": "0.14",
"icons": {
"48": "resources/icon_48x48.png",
"96": "resources/icon_96x96.png"
Expand Down
3 changes: 2 additions & 1 deletion script/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MANIFEST="manifest.json"
version=$(jq -r '.version' $MANIFEST)

icons=$(jq -r '.icons[]' $MANIFEST)
toolbar_icons="resources/disabled_32x32.png resources/enabled_32x32.png"
content_scripts=$(jq -r '.content_scripts[].js[]' $MANIFEST)
background_scripts=$(jq -r '.background.scripts[]' $MANIFEST)
web_accessible_resources=$(jq -r '.web_accessible_resources[]' $MANIFEST)
Expand All @@ -17,4 +18,4 @@ for html in $options_ui; do
done
done

zip ${version}.zip $MANIFEST $icons $content_scripts $background_scripts $web_accessible_resources $options_ui $options_scripts
zip ${version}.zip $MANIFEST $icons $toolbar_icons $content_scripts $background_scripts $web_accessible_resources $options_ui $options_scripts

0 comments on commit 982a54c

Please sign in to comment.