aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-28 00:04:15 -0400
committerlempamo <[email protected]>2017-07-28 00:04:15 -0400
commit76d15688244e35cd800d2e7b302bd98a42a30ef0 (patch)
treecc6612fc13d4ad15935ac609172d136a0c322702
parent6b6369ba73c60d1b9472365ad96e5cd986e4c4f6 (diff)
downloadhistacom2-76d15688244e35cd800d2e7b302bd98a42a30ef0.tar.gz
histacom2-76d15688244e35cd800d2e7b302bd98a42a30ef0.tar.bz2
histacom2-76d15688244e35cd800d2e7b302bd98a42a30ef0.zip
proper file sizes for calc and explorer
-rw-r--r--TimeHACK.Engine/SaveSystem.cs4
1 files changed, 2 insertions, 2 deletions
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)