Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Sep 24, 2024
1 parent 4983b03 commit f5155ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge/bridge-unix-sockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ BridgeStatus runBridgeFrame(SlimeVRDriver::VRDriver& driver) {
socket = (data_dir / SLIMEVR_DATA_DIR / SOCKET_NAME);
} else if (const char* ptr = std::getenv("HOME")) {
const fs::path home = ptr;
socket = (home / XDG_DATA_DIR_DEFAULT / SLIMEVR_DATA_DIR / SOCKET_NAME);
socket = (home / XDG_DATA_HOME_DEFAULT / SLIMEVR_DATA_DIR / SOCKET_NAME);
}
}
if(fs::exists(socket)) {
Expand Down

0 comments on commit f5155ec

Please sign in to comment.