mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 01:14:01 +02:00
Remove hardcoded checkForUpdates.js version value
Uses About API instead of the deprecated HifiAbout API.
This commit is contained in:
parent
1e15458c64
commit
ee554ad8f1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var networkingConstants = Script.require("./libraries/networkingConstants.js");
|
|||
|
||||
// We'll want a way to specify this later, auto detection can also be a thing, but strictly optional.
|
||||
var currentBuildType = "latest";
|
||||
var currentVersion = "2020.2.3-Asteria"; // HifiAbout.buildVersion;
|
||||
var currentVersion = About.buildVersion;
|
||||
|
||||
// Notification Variables
|
||||
var NOTIFICATION_CHANNEL = "System-Notifications";
|
||||
|
|
Loading…
Reference in a new issue