7
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:
Seth Hillbrand 2025-03-07 08:42:12 -08:00
parent 2b557c5497
commit 1157b5b0b3

View File

@ -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" ) );
}