File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [[ $PLATFORM = "prod" ]]; then
5656elif [[ $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
6161fi
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
9494elif [[ $PLATFORM = " test" ]]; then
9595 postCompile " chrome"
9696 postCompile " firefox"
You can’t perform that action at this time.
0 commit comments