Skip to content

Commit

Permalink
Use the domain name of SlimeVR for socket folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored May 7, 2024
1 parent 3aa3792 commit a3e54b4
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 @@ -34,7 +34,7 @@

#define TMP_DIR "/tmp"
#define XDG_DATA_DIR_DEFAULT ".local/share"
#define SLIMEVR_DATA_DIR "slimevr"
#define SLIMEVR_DATA_DIR "dev.slimevr.SlimeVR"
#define SOCKET_NAME "SlimeVRDriver"

namespace fs = std::filesystem;
Expand Down

0 comments on commit a3e54b4

Please sign in to comment.