Skip to content

Commit a011a2d

Browse files
committed
fix extension name
1 parent 73e7eff commit a011a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"name": "Authenticator: Two-Factor Authentication Client",
3+
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
55
"version": "6.3.2",
66
"default_locale": "en",

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [[ $PLATFORM = "prod" ]]; then
5656
elif [[ $PLATFORM = "test" ]]; then
5757
./node_modules/webpack-cli/bin/cli.js --config webpack.dev.js
5858
./node_modules/.bin/tsc scripts/test-runner.ts --esModuleInterop
59-
else
59+
else
6060
./node_modules/webpack-cli/bin/cli.js
6161
fi
6262
./node_modules/sass/sass.js sass:css
@@ -90,7 +90,7 @@ if [[ $PLATFORM = "prod" ]]; then
9090
postCompile "firefox"
9191
postCompile "edge"
9292
mkdir release
93-
mv chrome firefox release
93+
mv chrome firefox edge release
9494
elif [[ $PLATFORM = "test" ]]; then
9595
postCompile "chrome"
9696
postCompile "firefox"

0 commit comments

Comments
 (0)