mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix version being deleted after install
This commit is contained in:
parent
78d345fd8f
commit
6dafc220b3
@ -954,6 +954,9 @@ namespace Bloxstrap
|
|||||||
appFlagsKey.DeleteValue(oldGameClientLocation);
|
appFlagsKey.DeleteValue(oldGameClientLocation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
_versionGuid = _latestVersionGuid;
|
||||||
|
|
||||||
// delete any old version folders
|
// delete any old version folders
|
||||||
// we only do this if roblox isnt running just in case an update happened
|
// we only do this if roblox isnt running just in case an update happened
|
||||||
@ -978,9 +981,6 @@ namespace Bloxstrap
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
_versionGuid = _latestVersionGuid;
|
|
||||||
|
|
||||||
// don't register program size until the program is registered, which will be done after this
|
// don't register program size until the program is registered, which will be done after this
|
||||||
if (!App.IsFirstRun && !FreshInstall)
|
if (!App.IsFirstRun && !FreshInstall)
|
||||||
|
Loading…
Reference in New Issue
Block a user