updates
This commit is contained in:
parent
b995afe019
commit
aca3472d40
|
|
@ -229,11 +229,6 @@ namespace NovetusLauncher
|
||||||
|
|
||||||
GlobalFuncs.CreateAssetCacheDirectories();
|
GlobalFuncs.CreateAssetCacheDirectories();
|
||||||
|
|
||||||
if (!Directory.Exists(GlobalPaths.MapsDirCustom))
|
|
||||||
{
|
|
||||||
Directory.CreateDirectory(GlobalPaths.MapsDirCustom);
|
|
||||||
}
|
|
||||||
|
|
||||||
ProductVersionLabel.Text = Application.ProductVersion;
|
ProductVersionLabel.Text = Application.ProductVersion;
|
||||||
LocalVars.important = SecurityFuncs.GenerateMD5(Assembly.GetExecutingAssembly().Location);
|
LocalVars.important = SecurityFuncs.GenerateMD5(Assembly.GetExecutingAssembly().Location);
|
||||||
NovetusVersionLabel.Text = GlobalVars.ProgramInformation.Version;
|
NovetusVersionLabel.Text = GlobalVars.ProgramInformation.Version;
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,7 @@ del /s /q Novetus\config\clients\GlobalSettings4_2007M.xml
|
||||||
del /s /q Novetus\config\clients\GlobalSettings4_2007M-Shaders.xml
|
del /s /q Novetus\config\clients\GlobalSettings4_2007M-Shaders.xml
|
||||||
del /s /q Novetus\config\clients\GlobalSettings7_2008M.xml
|
del /s /q Novetus\config\clients\GlobalSettings7_2008M.xml
|
||||||
|
|
||||||
|
rmdir /s /q Novetus\maps\Custom
|
||||||
rmdir /s /q Novetus\shareddata\assetcache
|
rmdir /s /q Novetus\shareddata\assetcache
|
||||||
|
|
||||||
echo Junk files cleaned.
|
echo Junk files cleaned.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue