mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:28:00 +00:00
fix(Windows-installer): move ViGEmBus to ThirdParty group (#5157)
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user