diff --git a/scripts/build/build.mjs b/scripts/build/build.mjs index 97e50b98..c8978a4b 100755 --- a/scripts/build/build.mjs +++ b/scripts/build/build.mjs @@ -25,6 +25,8 @@ const defines = { IS_STANDALONE: isStandalone, IS_DEV: JSON.stringify(watch), IS_UPDATER_DISABLED: updaterDisabled, + IS_WEB: false, + IS_EXTENSION: false, VERSION: JSON.stringify(VERSION), BUILD_TIMESTAMP, }; @@ -77,8 +79,6 @@ await Promise.all([ ], define: { ...defines, - IS_WEB: false, - IS_EXTENSION: false, IS_DISCORD_DESKTOP: true, IS_VESKTOP: false } @@ -124,8 +124,6 @@ await Promise.all([ ], define: { ...defines, - IS_WEB: false, - IS_EXTENSION: false, IS_DISCORD_DESKTOP: false, IS_VESKTOP: true }