Skip to content

Commit

Permalink
fix extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed May 17, 2021
1 parent 73e7eff commit a011a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"name": "Authenticator: Two-Factor Authentication Client",
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"version": "6.3.2",
"default_locale": "en",
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [[ $PLATFORM = "prod" ]]; then
elif [[ $PLATFORM = "test" ]]; then
./node_modules/webpack-cli/bin/cli.js --config webpack.dev.js
./node_modules/.bin/tsc scripts/test-runner.ts --esModuleInterop
else
else
./node_modules/webpack-cli/bin/cli.js
fi
./node_modules/sass/sass.js sass:css
Expand Down Expand Up @@ -90,7 +90,7 @@ if [[ $PLATFORM = "prod" ]]; then
postCompile "firefox"
postCompile "edge"
mkdir release
mv chrome firefox release
mv chrome firefox edge release
elif [[ $PLATFORM = "test" ]]; then
postCompile "chrome"
postCompile "firefox"
Expand Down

0 comments on commit a011a2d

Please sign in to comment.