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:
Jon Evans 2022-12-01 16:53:21 -05:00
parent 79cfe004ed
commit 6066ccdfd5
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
#endif
appK2S.SetName( wxT( "kicad-cli" ) );
appK2S.Normalize( wxPATH_NORM_ALL );
wxString cmdK2S = wxT( "\"" );
cmdK2S.Append( appK2S.GetFullPath() );