touch to build

dev
Anton Franzluebbers 2023-11-08 15:14:21 -05:00
parent 9acec1b6ff
commit 9be17e05f5
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ namespace VELConnect
// allows running multiple builds on the same computer // allows running multiple builds on the same computer
// return SystemInfo.deviceUniqueIdentifier + Hash128.Compute(Application.dataPath); // return SystemInfo.deviceUniqueIdentifier + Hash128.Compute(Application.dataPath);
sb.Append(Application.dataPath); sb.Append(Application.dataPath);
sb.Append("EDITOR2"); sb.Append("EDITOR");
#endif #endif
string id = Convert.ToBase64String(md5.ComputeHash(Encoding.UTF8.GetBytes(sb.ToString()))); string id = Convert.ToBase64String(md5.ComputeHash(Encoding.UTF8.GetBytes(sb.ToString())));
deviceId = id[..15]; deviceId = id[..15];
@ -746,7 +746,7 @@ namespace VELConnect
if (instance.state?.device != null) if (instance.state?.device != null)
{ {
PostRequestCallback( PostRequestCallback(
instance.velConnectUrl + "/unpair/", instance.velConnectUrl + "/unpair",
JsonConvert.SerializeObject(new Dictionary<string, string>() JsonConvert.SerializeObject(new Dictionary<string, string>()
{ {
{ "device_id", instance.state.device.id }, { "device_id", instance.state.device.id },