mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
92d9218cf1
28 changed files with 239 additions and 72 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