X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=installer%2Fsrc%2Finstaller.ec;h=226e42495d616d40694a30f5ffb0b18fe08494ea;hb=eeccd964bebff86e5a2ffe39ea740b886162e0a0;hp=30874ff02feca8931cbf076e4180ab6ff19020ab;hpb=ede06d24d3561996092a7d90b2423b9cae9f66b7;p=sdk diff --git a/installer/src/installer.ec b/installer/src/installer.ec index 30874ff..226e424 100644 --- a/installer/src/installer.ec +++ b/installer/src/installer.ec @@ -1353,7 +1353,7 @@ void ModifyPath(char * systemPath, char * userPath) if((c != eda && c != eda32 && c != upx) && (!pathOptions[PathOptions::AddMinGWPaths].available || !pathOptions[PathOptions::AddMinGWPaths].selected)) continue; additional[c].GetFullPath(path, false); - if(c != eda && c != eda32 && c != upx) + if(c != eda && c != eda32 && c != upx && c != audio && c != audio32) PathCat(path, "bin"); AddPath(sysPaths, sysCount, paths, &count, oldPath, userPath ? userPath : systemPath, path); }