From a1b89e0fc244dac9d1ee3512b76570bbeab82c5e Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 3 Dec 2019 02:11:16 +0100 Subject: [PATCH] This is here mostly to test CI (master commit shouldn't build, merge to testing should) --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 8a92001..ce396ac 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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; }