Release v2.2.0

This commit is contained in:
Fazri Gading
2026-01-31 04:04:34 +08:00
parent f1d01ac78c
commit a09b082152
9 changed files with 180 additions and 192 deletions

View File

@@ -15,7 +15,7 @@ function getAppDir() {
}
/**
* Get centralized UserData saves directory (NEW in 2.1.2)
* Get centralized UserData saves directory (NEW in 2.2.0)
* UserData is now stored separately from game installation
*/
function getHytaleSavesDir() {
@@ -233,7 +233,7 @@ async function getModsPath(customInstallPath = null) {
function getProfilesDir(customInstallPath = null) {
try {
// NEW 2.1.2: Use centralized UserData location
// NEW 2.2.0: Use centralized UserData location
const userDataPath = getHytaleSavesDir();
const profilesDir = path.join(userDataPath, 'Profiles');