Installer 50% done. Uninstall sections need to be written.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user