mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
force reinstallation on upgrade
This commit is contained in:
parent
3fc9012e19
commit
6af8c2a450
@ -575,8 +575,16 @@ namespace Bloxstrap
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Utilities.CompareVersions(existingVer, "2.8.3") == VersionComparison.LessThan)
|
||||||
|
{
|
||||||
|
// force reinstallation
|
||||||
|
App.State.Prop.Player.VersionGuid = "";
|
||||||
|
App.State.Prop.Studio.VersionGuid = "";
|
||||||
|
}
|
||||||
|
|
||||||
App.Settings.Save();
|
App.Settings.Save();
|
||||||
App.FastFlags.Save();
|
App.FastFlags.Save();
|
||||||
|
App.State.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentVer is null)
|
if (currentVer is null)
|
||||||
|
Loading…
Reference in New Issue
Block a user