This is here mostly to test CI (master commit shouldn't build, merge to testing should)

This commit is contained in:
Tamius Han 2019-12-03 02:11:16 +01:00
parent 5d200805f0
commit a1b89e0fc2

View File

@ -98,7 +98,7 @@ const config = {
}.${process.env.BUILD_NUMBER}`;
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;
} else if (process.env.CHANNEL === 'testing') {
jsonContent.name = "Ultrawidify - testing";
@ -114,7 +114,7 @@ const config = {
}.${process.env.BUILD_NUMBER}`;
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;
}