mirror of
https://gitea.shironeko-all.duckdns.org/shironeko/Hytale-F2P-2.git
synced 2026-02-26 10:41:46 -03:00
pre-release & release game version [to check]
This commit is contained in:
@@ -11,6 +11,18 @@ class UpdateManager {
|
||||
}
|
||||
|
||||
async checkForUpdates() {
|
||||
// Disabled: Using electron-updater for automatic updates instead
|
||||
console.log('Update check skipped - using electron-updater');
|
||||
console.log(`Current version: ${CURRENT_VERSION}`);
|
||||
|
||||
return {
|
||||
updateAvailable: false,
|
||||
currentVersion: CURRENT_VERSION,
|
||||
newVersion: CURRENT_VERSION,
|
||||
message: 'Using electron-updater for automatic updates'
|
||||
};
|
||||
|
||||
/* kept for reference
|
||||
try {
|
||||
console.log('Checking for updates...');
|
||||
console.log(`Local version: ${CURRENT_VERSION}`);
|
||||
@@ -54,6 +66,7 @@ class UpdateManager {
|
||||
currentVersion: CURRENT_VERSION
|
||||
};
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
getDownloadUrl() {
|
||||
|
||||
Reference in New Issue
Block a user