Skip to content

Commit 42f72b1

Browse files
committed
feat: update version to 1.1.95 and simplify web-ext sign commands
1 parent cf45f6b commit 42f72b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

develop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ TMDB_TOKEN=...
5151
- `npm run transDeepL` translate .translation/deepl.EN.json and output them into the locales files directly
5252
- `npm run hours` calculate the hours spent on the project
5353
- `npm run copyDocsFtoC` copy the docs from the firefox folder to the chrome folder
54-
- `web-ext sign --channel listed --api-key $env:AMO_JWT_ISSUER --api-secret $env:AMO_JWT_SECRET --source-dir dist/firefox --artifacts-dir dist/` sign the extension for release.
55-
- `web-ext sign --channel unlisted --api-key $env:AMO_JWT_ISSUER --api-secret $env:AMO_JWT_SECRET --source-dir dist/firefox --artifacts-dir dist/` sign the extension for unlisted release.
54+
- `web-ext sign --channel listed --api-key $env:AMO_JWT_ISSUER --api-secret $env:AMO_JWT_SECRET` sign the extension for release.
55+
- `web-ext sign --channel unlisted --api-key %AMO_JWT_ISSUER% --api-secret %AMO_JWT_SECRET%` sign the extension for unlisted release.
5656

5757
### Firefox review:
5858

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming enhanced Netflix Disney Prime Video",
33
"description": "Skip ads, intros, credits and add adjust speed, etc. on Netflix, Prime video, Disney+, Crunchyroll and HBO max.",
44
"name": "streaming-enhanced",
5-
"version": "1.1.94",
5+
"version": "1.1.95",
66
"scripts": {
77
"web-ext": "web-ext run",
88
"firefox": "web-ext run --keep-profile-changes --firefox-profile=test2",

0 commit comments

Comments
 (0)