Installer 50% done. Uninstall sections need to be written.

This commit is contained in:
Matthew Bowra-Dean
2010-03-04 22:28:33 +13:00
parent c648a1ea70
commit e6075105f4
2 changed files with 43 additions and 8 deletions

View File

@@ -19,12 +19,13 @@
#endregion
using System.IO;
using System;
namespace OpenRA
{
public static class Log
{
static StreamWriter writer = File.CreateText("log.txt");
static StreamWriter writer = File.CreateText(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + Path.DirectorySeparatorChar + "openra.log.txt");
static Log()
{