mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 12:40:12 +00:00
Add missing arch directory to appimage plugin
This commit is contained in:
parent
2b557c5497
commit
1157b5b0b3
@ -387,7 +387,7 @@ wxString PATHS::GetStockPlugins3DPath()
|
||||
// plugins being loaded.
|
||||
if( wxGetEnv( wxT( "APPDIR" ), &envPath ) )
|
||||
{
|
||||
fn.AssignDir( envPath );
|
||||
fn.Assign( envPath, wxEmptyString );
|
||||
fn.AppendDir( wxT( "usr" ) );
|
||||
fn.AppendDir( wxT( "lib" ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user