mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Set artifacts-dir for nonewtab
This commit is contained in:
parent
86da9a5eab
commit
acf8f05dc3
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
sign_and_submit() {
|
||||
# Don't trust the return value of web-ext sign.
|
||||
(source AMOKEYS && (web-ext sign -s build --api-key $AMOKEY --api-secret $AMOSECRET || true))
|
||||
(source AMOKEYS && (web-ext sign -s build --api-key $AMOKEY --api-secret $AMOSECRET "$@" || true))
|
||||
}
|
||||
|
||||
publish_beta_nonewtab() {
|
||||
|
@ -13,7 +13,7 @@ publish_beta_nonewtab() {
|
|||
scripts/version.js beta
|
||||
sed 's/tridactyl.vim@cmcaine/tridactyl.vim.betas.nonewtab@cmcaine/' -i build/manifest.json
|
||||
sed '/\s*"newtab":.*/d' -i build/manifest.json
|
||||
sign_and_submit
|
||||
sign_and_submit -a web-ext-artifacts/nonewtab
|
||||
}
|
||||
|
||||
publish_beta() {
|
||||
|
|
Loading…
Add table
Reference in a new issue