Changed wine save path detection for #148
This commit is contained in:
@@ -258,7 +258,7 @@ Public Class mgrPath
|
|||||||
ElseIf sPath.Contains("%USERPROFILE%") Then
|
ElseIf sPath.Contains("%USERPROFILE%") Then
|
||||||
sReplace = "%USERPROFILE%"
|
sReplace = "%USERPROFILE%"
|
||||||
sRegistry = File.ReadAllText(sPrefix & Path.DirectorySeparatorChar & "user.reg")
|
sRegistry = File.ReadAllText(sPrefix & Path.DirectorySeparatorChar & "user.reg")
|
||||||
oParse = New Regex("""Personal""="".+?(?=\\\\My Documents)")
|
oParse = New Regex("""Desktop""="".+?(?=\\\\Desktop)")
|
||||||
Else
|
Else
|
||||||
Return sPath
|
Return sPath
|
||||||
End If
|
End If
|
||||||
|
|||||||
Reference in New Issue
Block a user