Replace mojang.js with helios-core implementation.

Updated: Mojang Auth, status check (pending rework).
This commit is contained in:
Daniel Scalzi
2022-02-06 18:23:44 -05:00
parent 2fdb217e64
commit ad47617cd0
7 changed files with 1024 additions and 995 deletions

View File

@@ -16,13 +16,6 @@ const ConfigManager = require('./configmanager')
const DistroManager = require('./distromanager')
const isDev = require('./isdev')
// Constants
// const PLATFORM_MAP = {
// win32: '-windows-x64.tar.gz',
// darwin: '-macosx-x64.tar.gz',
// linux: '-linux-x64.tar.gz'
// }
// Classes
/** Class representing a base asset. */