Merge branch 'master' into testing

This commit is contained in:
Tamius Han 2019-12-03 02:16:12 +01:00
commit 1cd2af7c58

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;
}