mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Make nonewtab regex more robust
This commit is contained in:
parent
ed6c4736c5
commit
4d3268176b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ publish_beta_nonewtab() {
|
|||
npm run build
|
||||
scripts/version.js beta
|
||||
sed 's/tridactyl.vim@cmcaine/tridactyl.vim.betas.nonewtab@cmcaine/' -i build/manifest.json
|
||||
sed '/"newtab": "static\/newtab.html"/d' -i build/manifest.json
|
||||
sed '/\s*"newtab":.*/d' -i build/manifest.json
|
||||
sign_and_submit
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue