Remove extra kicad from Linux plugins path
Fixes https://gitlab.com/kicad/code/kicad/-/issues/7719
This commit is contained in:
parent
11bc23fab2
commit
a251141d1d
|
@ -176,7 +176,6 @@ wxString PATHS::GetStockPluginsPath()
|
|||
// corresponding to the install path used for constructing KICAD_USER_PLUGIN
|
||||
wxString tfname = wxString::FromUTF8Unchecked( KICAD_DATA );
|
||||
fn.Assign( tfname, "" );
|
||||
fn.AppendDir( "kicad" ); // linux use lowercase
|
||||
fn.AppendDir( wxT( "plugins" ) );
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue