installer: Fixed extra bin/bin path
authorJerome St-Louis <jerome@ecere.com>
Sat, 22 Oct 2016 14:53:40 +0000 (10:53 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 22 Oct 2016 15:13:32 +0000 (11:13 -0400)
- Was being caused by audio/audio32 additional components

installer/src/installer.ec

index dade4b7..15a8360 100644 (file)
@@ -1481,7 +1481,7 @@ class InstallThread : Thread
                   char path[MAX_LOCATION];
                   if(c == extras || !additional[c].selected || !additional[c].available) continue;
                   additional[c].GetFullPath(path, false);
-                  if(c != upx && c != eda && c != vanilla && c != eda32 && c != vanilla32)
+                  if(c != upx && c != eda && c != vanilla && c != eda32 && c != vanilla32 && c != audio && c != audio32)
                      PathCat(path, "bin");
                   MakeSlashPath(path);
                   if(c == vanilla || c == vanilla32)