File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
scripts/fix_placeholders.py
51
51
52
52
runch :
53
- ./node_modules/.bin/web-ext run --target chromium --start-url " chrome://extensions" -s src/
53
+ ./node_modules/.bin/web-ext run --target chromium --arg= " --disable-component-update " -- start-url " chrome://extensions" -s src/
54
54
55
55
runfa :
56
56
./node_modules/.bin/web-ext run -s src/ --target firefox-android --adb-bin $$ ADB_BIN --android-device $$ ANDROID_DEVICE_ID --firefox-apk org.mozilla.firefox --verbose
Original file line number Diff line number Diff line change 14
14
"select2" : " 4.0.11" ,
15
15
"sinon" : " 2.0.0" ,
16
16
"tooltipster" : " 4.2.6" ,
17
- "web-ext" : " ~8.3 .0"
17
+ "web-ext" : " ~8.4 .0"
18
18
},
19
19
"private" : true
20
20
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ $# -ne 1 ] ; then
10
10
fi
11
11
TARGET=" $1 "
12
12
13
- LATEST_SDK_VERSION=8.3 .0
13
+ LATEST_SDK_VERSION=8.4 .0
14
14
WEB_EXT=../node_modules/.bin/web-ext
15
15
PATCHER=../scripts/patch_manifest.py
16
16
You can’t perform that action at this time.
0 commit comments