mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[XPCOM] Add xll files to the executables list.
This commit is contained in:
parent
f4cc47c049
commit
d33ab5822f
1 changed files with 2 additions and 1 deletions
|
|
@ -3090,7 +3090,8 @@ nsLocalFile::IsExecutable(bool* aResult)
|
|||
"ws",
|
||||
"wsc",
|
||||
"wsf",
|
||||
"wsh"
|
||||
"wsh",
|
||||
"xll" // MS Excel dynamic link library
|
||||
};
|
||||
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