fix(Windows-installer): move ViGEmBus to ThirdParty group (#5157)

This commit is contained in:
David Lane
2026-05-19 21:01:45 -04:00
committed by GitHub
parent bd9da89675
commit 2db7176f73
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1486,8 +1486,8 @@ namespace confighttp {
nlohmann::json output_tree;
#ifdef _WIN32
// Get the path to the vigembus installer
const std::filesystem::path installer_path = platf::appdata().parent_path() / "scripts" / "vigembus_installer.exe";
// Get the path to the packaged ViGEmBus installer.
const std::filesystem::path installer_path = platf::appdata().parent_path() / "third-party" / "vigembus_installer.exe";
if (!std::filesystem::exists(installer_path)) {
output_tree["status"] = false;