mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Use Normalize instead of MakeAbsolute
Ugh doing this while headhurts much
This commit is contained in:
parent
5184908dd1
commit
c72914c43c
@ -353,7 +353,7 @@ wxString PATHS::GetOSXKicadDataDir()
|
||||
wxString PATHS::getWindowsKiCadRoot()
|
||||
{
|
||||
wxFileName root( Pgm().GetExecutablePath() + "/../" );
|
||||
root.MakeAbsolute();
|
||||
root.Normalize();
|
||||
|
||||
return root.GetPathWithSep();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user