Add files via upload

This commit is contained in:
AMIAY
2026-01-18 15:42:22 +01:00
committed by GitHub
parent 9fcf603e08
commit 9a751958b0
3 changed files with 223 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
const axios = require('axios');
const UPDATE_CHECK_URL = 'http://3.10.208.30:3002/api/version_launcher';
const CURRENT_VERSION = '2.0.0';
const CURRENT_VERSION = '2.0.1';
const GITHUB_DOWNLOAD_URL = 'https://github.com/amiayweb/Hytale-F2P/';
class UpdateManager {