Skip to content

Commit

Permalink
feat: improved fslib support
Browse files Browse the repository at this point in the history
Signed-off-by: NaN <107165614+SecondNewtonLaw@users.noreply.github.com>
  • Loading branch information
SecondNewtonLaw authored Sep 12, 2024
1 parent bb3ce6d commit 889d75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Environment/Libraries/Filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace fs = std::filesystem;

bool canBeUsed = false;
std::filesystem::path workspaceDir;
std::unordered_set<std::string> blacklistedExtensions = {".exe", ".dll", ".bat", ".cmd", ".scr", ".vbs", ".js",
std::unordered_set<std::string> blacklistedExtensions = {".wsf", ".exe", ".dll", ".bat", ".cmd", ".scr", ".vbs", ".js",
".ts", ".wsf", ".msi", ".com", ".lnk", ".ps1", ".py",
".py3", ".pyc", ".pyw", ".scr", ".msi", ".html"};

Expand Down

0 comments on commit 889d75b

Please sign in to comment.