mirror of
https://gitlab.com/octospacc/nekotsume-ime.git
synced 2024-12-11 14:15:18 +01:00
Bump version, update build script
This commit is contained in:
parent
8c62d57691
commit
f6b6f00189
2
build.sh
2
build.sh
@ -20,4 +20,4 @@ cd ../..
|
|||||||
|
|
||||||
# Build WebExtension package
|
# Build WebExtension package
|
||||||
npm install web-ext
|
npm install web-ext
|
||||||
web-ext build --overwrite-dest --ignore-files *.xcf lib/*/
|
web-ext build --overwrite-dest --ignore-files logo.xcf demo.html screenshot.png build.sh lib/*/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"author": "OctoSpacc",
|
"author": "OctoSpacc",
|
||||||
"name": "nekotsume IME",
|
"name": "nekotsume IME",
|
||||||
"description": "Efficient Japanese IME for (almost) any website in your web browser!",
|
"description": "Efficient Japanese IME for (almost) any website in your web browser!",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"icons": {
|
"icons": {
|
||||||
"32": "icons/32.png",
|
"32": "icons/32.png",
|
||||||
"40": "icons/40.png",
|
"40": "icons/40.png",
|
||||||
@ -35,4 +35,4 @@
|
|||||||
"js": ["ime.js"]
|
"js": ["ime.js"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user