mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: removing replace from transformation
This commit is contained in:
@@ -41,7 +41,7 @@ export class CloudSync {
|
||||
const userProfile = String(values["USERPROFILE"]);
|
||||
|
||||
if (userProfile) {
|
||||
return normalizePath(userProfile.replace("C:", "drive_c"));
|
||||
return normalizePath(userProfile);
|
||||
} else {
|
||||
throw new Error("User profile not found in user.reg");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user