Merge branch 'master' into testing
This commit is contained in:
commit
1cd2af7c58
@ -98,7 +98,7 @@ const config = {
|
|||||||
}.${process.env.BUILD_NUMBER}`;
|
}.${process.env.BUILD_NUMBER}`;
|
||||||
jsonContent.browser_action.default_title = "Ultrawidify Nightly";
|
jsonContent.browser_action.default_title = "Ultrawidify Nightly";
|
||||||
|
|
||||||
// otherwise things will get fun!
|
// because we don't want web-ext to submit this as proper release
|
||||||
delete jsonContent.applications;
|
delete jsonContent.applications;
|
||||||
} else if (process.env.CHANNEL === 'testing') {
|
} else if (process.env.CHANNEL === 'testing') {
|
||||||
jsonContent.name = "Ultrawidify - testing";
|
jsonContent.name = "Ultrawidify - testing";
|
||||||
@ -114,7 +114,7 @@ const config = {
|
|||||||
}.${process.env.BUILD_NUMBER}`;
|
}.${process.env.BUILD_NUMBER}`;
|
||||||
jsonContent.browser_action.default_title = "Ultrawidify Testing";
|
jsonContent.browser_action.default_title = "Ultrawidify Testing";
|
||||||
|
|
||||||
// otherwise things will get fun!
|
// because we don't want web-ext to submit this as proper release
|
||||||
delete jsonContent.applications;
|
delete jsonContent.applications;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user