Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2024-04-19 09:37:04 +08:00
commit 552db66da0
7 changed files with 73 additions and 33 deletions

View file

@ -3095,7 +3095,8 @@ nsLocalFile::IsExecutable(bool* aResult)
"wsc",
"wsf",
"wsh",
"xll" // MS Excel dynamic link library
"xll", // MS Excel dynamic link library
"xrm-ms"
};
nsDependentSubstring ext = Substring(path, dotIdx + 1);
for (size_t i = 0; i < ArrayLength(executableExts); ++i) {