STEP: Normalize path to kicad-cli
Keeping the path relative messes up the logic that loads the DSO Fixes https://gitlab.com/kicad/code/kicad/-/issues/12728
This commit is contained in:
parent
79cfe004ed
commit
6066ccdfd5
|
@ -378,6 +378,7 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
appK2S.SetName( wxT( "kicad-cli" ) );
|
appK2S.SetName( wxT( "kicad-cli" ) );
|
||||||
|
appK2S.Normalize( wxPATH_NORM_ALL );
|
||||||
|
|
||||||
wxString cmdK2S = wxT( "\"" );
|
wxString cmdK2S = wxT( "\"" );
|
||||||
cmdK2S.Append( appK2S.GetFullPath() );
|
cmdK2S.Append( appK2S.GetFullPath() );
|
||||||
|
|
Loading…
Reference in New Issue