File tree Expand file tree Collapse file tree 7 files changed +15
-10
lines changed Expand file tree Collapse file tree 7 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,22 @@ stages:
7
7
jobs :
8
8
include :
9
9
- stage : test
10
+ name : " TS style check"
10
11
script : " gts check"
11
12
- stage : test
13
+ name : " lintspaces"
12
14
script : " npm i -g lintspaces-cli && lintspaces -nt -d 'spaces' -i 'js-comments' src/* view/* manifest-*.json css/popup.css css/import.css"
13
15
- stage : test
16
+ name : " Build Firefox and run addons-linter"
14
17
script : " npm install --only=production addons-linter && npm run firefox && addons-linter firefox"
15
18
- stage : test
19
+ name : " Build Chrome"
16
20
script : " npm run chrome"
17
21
- stage : test
18
- # new i18n strings
22
+ name : " Process new i18n strings"
19
23
script : bash scripts/i18n.sh
20
24
if : branch = dev AND type != pull_request
21
25
- stage : deploy
22
- # release tagging
26
+ name : " Release tagging"
23
27
script : bash scripts/tag.sh
24
28
if : branch = release AND type != pull_request
Original file line number Diff line number Diff line change 8
8
<Identity
9
9
Name =" 2184mymindstorm.AuthenticatorExtension"
10
10
Publisher =" CN=A72AD439-2119-4B82-B629-3302B9AF8944"
11
- Version =" 5.2.0 .0" />
11
+ Version =" 5.2.1 .0" />
12
12
13
13
<Properties >
14
14
<DisplayName >Authenticator Extension</DisplayName >
62
62
</Extensions >
63
63
</Application >
64
64
</Applications >
65
- </Package >
65
+ </Package >
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " __MSG_extShortName__" ,
5
- "version" : " 5.2.0 " ,
5
+ "version" : " 5.2.1 " ,
6
6
"default_locale" : " en" ,
7
7
"description" : " __MSG_extDesc__" ,
8
8
"icons" : {
Original file line number Diff line number Diff line change 56
56
" storage"
57
57
],
58
58
"short_name" : " __MSG_extShortName__" ,
59
- "version" : " 5.2.0 " ,
59
+ "version" : " 5.2.1 " ,
60
60
"web_accessible_resources" : [
61
61
" view/qr.html" ,
62
62
" images/scan.gif"
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " __MSG_extShortName__" ,
5
- "version" : " 5.2.0 " ,
5
+ "version" : " 5.2.1 " ,
6
6
"default_locale" : " en" ,
7
7
"description" : " __MSG_extDesc__" ,
8
8
"applications" : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if ! [[ $CREDS =~ $CREDREGEX ]] ; then
32
32
echo -e " \e[7m\033[33mWarning: Missing info in credentials.ts\033[0m"
33
33
fi
34
34
35
- if ! [[ $REMOTE = * " https://github.com/Authenticator-Extension/Authenticator.git" * ]] ; then
35
+ if ! [[
$REMOTE = * " https://github.com/Authenticator-Extension/Authenticator.git" * || $REMOTE = * " [email protected] :Authenticator-Extension/Authenticator.git" * ]]
; then
36
36
echo
37
37
echo -e " \e[7m\033[33mNotice\033[0m"
38
38
echo
59
59
cp manifest-$PLATFORM .json $PLATFORM /manifest.json
60
60
fi
61
61
62
- echo -e " \033[0;32mDone!\033[0m"
62
+ echo -e " \033[0;32mDone!\033[0m"
Original file line number Diff line number Diff line change 29
29
</ div >
30
30
< div v-show ="importType === 'import_file' ">
31
31
< div class ="import_file " v-if ="!getFilePassphrase ">
32
- < label for ="import_file " style ="" > {{ i18n.import_backup_file }}</ label >
32
+ < label for ="import_file "> {{ i18n.import_backup_file }}</ label >
33
33
< input id ="import_file " type ="file " v-on:change ="importFile($event, true) " accept ="application/json "> </ input >
34
34
</ div >
35
35
< div class ="import_file_passphrase " v-else >
70
70
< script src ="../build/ui/passphrase.js "> </ script >
71
71
< script src ="../build/ui/qr.js "> </ script >
72
72
< script src ="../build/ui/ui.js "> </ script >
73
+ < script src ="../build/ui/backup.js "> </ script >
73
74
< script src ="../build/popup.js "> </ script >
74
75
</ body >
75
76
</ html >
You can’t perform that action at this time.
0 commit comments