mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Bug 2467 - Modules are not available for "Portable" Audacity
This commit is contained in:
@@ -1155,6 +1155,9 @@ bool AudacityApp::OnInit()
|
||||
FileNames::AddMultiPathsToPathList(pathVar, audacityPathList);
|
||||
FileNames::AddUniquePathToPathList(::wxGetCwd(), audacityPathList);
|
||||
|
||||
wxString progPath = wxPathOnly(argv[0]);
|
||||
FileNames::AddUniquePathToPathList(progPath, audacityPathList);
|
||||
|
||||
#ifdef AUDACITY_NAME
|
||||
FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/.%s-files"),
|
||||
home, wxT(AUDACITY_NAME)),
|
||||
|
||||
Reference in New Issue
Block a user