mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
552db66da0
7 changed files with 73 additions and 33 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue