This is here mostly to test CI (master commit shouldn't build, merge to testing should)
This commit is contained in:
parent
5d200805f0
commit
a1b89e0fc2
@ -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