This commit is contained in:
Bitl 2021-07-30 13:22:57 -07:00
parent b995afe019
commit aca3472d40
2 changed files with 1 additions and 5 deletions

View File

@ -229,11 +229,6 @@ namespace NovetusLauncher
GlobalFuncs.CreateAssetCacheDirectories();
if (!Directory.Exists(GlobalPaths.MapsDirCustom))
{
Directory.CreateDirectory(GlobalPaths.MapsDirCustom);
}
ProductVersionLabel.Text = Application.ProductVersion;
LocalVars.important = SecurityFuncs.GenerateMD5(Assembly.GetExecutingAssembly().Location);
NovetusVersionLabel.Text = GlobalVars.ProgramInformation.Version;

View File

@ -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\GlobalSettings7_2008M.xml
rmdir /s /q Novetus\maps\Custom
rmdir /s /q Novetus\shareddata\assetcache
echo Junk files cleaned.