Merge branch 'release/1.6.0' into rome/1.6.0

This commit is contained in:
Patrick Fic
2024-08-15 15:19:34 -07:00
25 changed files with 18188 additions and 10473 deletions

2
env.js
View File

@@ -45,7 +45,7 @@ const ENV = {
function getEnvVars() {
if (process.env.NODE_ENV === "development") return ENV.test;
let releaseChannel = Updates.releaseChannel;
let releaseChannel = Updates.channel;
if (
releaseChannel === null ||
releaseChannel === undefined ||