Fix run from build dir for step

This commit is contained in:
Mark Roszko 2022-10-05 03:53:56 +00:00
parent 2bac898298
commit 6ddc5c1a6e
1 changed files with 2 additions and 2 deletions

View File

@ -383,8 +383,8 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
#else
if( wxGetEnv( wxT( "KICAD_RUN_FROM_BUILD_DIR" ), nullptr ) )
{
fn.RemoveLastDir();
fn.AppendDir( "kicad" );
appK2S.RemoveLastDir();
appK2S.AppendDir( "kicad" );
}
#endif