Skip to content
Snippets Groups Projects
Commit f5b3500f authored by Brad King's avatar Brad King
Browse files

SystemTools: Simplify FileIsExecutable on Windows

Revert commit 41700ca4 (SystemTools: Fix FileIsExecutable on Windows,
2020-04-09).  The purpose of that change was to avoid treating the path
`%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\python.exe` as an
executable because it might point at an application installer instead of
a working Python.  Since commit 29f31d17 (SystemTools: Add Windows app
exec alias support to FileExists(), 2021-10-22), the implementation
using `FileExists` will find it anyway.  Client (e.g. CMake) will need
another way to avoid using that python app link incorrectly.
parent bb832626
No related branches found
No related tags found
1 merge request!239SystemTools: Simplify FileIsExecutable on Windows
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment