From 76d15688244e35cd800d2e7b302bd98a42a30ef0 Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 28 Jul 2017 00:04:15 -0400 Subject: proper file sizes for calc and explorer --- TimeHACK.Engine/SaveSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TimeHACK.Engine') diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs index eaf3a5a..ab40bbe 100644 --- a/TimeHACK.Engine/SaveSystem.cs +++ b/TimeHACK.Engine/SaveSystem.cs @@ -190,8 +190,8 @@ namespace TimeHACK.Engine SaveDirectoryInfo(ProfileWindowsDirectory, "Temp", true, "Temp", true); SaveDirectoryInfo(ProfileWindowsDirectory, "Desktop", true, "Desktop", true); - CreateWindowsFile(ProfileWindowsDirectory, "calc.exe", "calc"); - CreateWindowsFile(ProfileWindowsDirectory, "explorer.exe", "explorer"); + CreateWindowsFile(ProfileWindowsDirectory, "calc.exe", "calc", bytes: 59392); + CreateWindowsFile(ProfileWindowsDirectory, "explorer.exe", "explorer", bytes:204288); } public static void CreateWindowsFile(string filepath, string filename, string contents, int fileicon = 8, int bytes = 512) -- cgit v1.2.3