mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -46,8 +46,7 @@ namespace ArchiSteamFarm {
|
||||
// System account, requires admin privilege to install
|
||||
serviceProcessInstaller.Account = ServiceAccount.LocalSystem;
|
||||
|
||||
EventLogInstaller logInstaller = new EventLogInstaller
|
||||
{
|
||||
EventLogInstaller logInstaller = new EventLogInstaller {
|
||||
Log = SharedInfo.EventLog,
|
||||
Source = SharedInfo.EventLogSource
|
||||
};
|
||||
|
||||
@@ -28,9 +28,11 @@ namespace ArchiSteamFarm {
|
||||
internal const string Copyright = "Copyright © ArchiSteamFarm 2015-2016";
|
||||
|
||||
internal const string GithubRepo = "JustArchi/ArchiSteamFarm";
|
||||
|
||||
internal const string ServiceName = "ArchiSteamFarm";
|
||||
internal const string ServiceDescription = "ASF is an application that allows you to farm steam cards using multiple steam accounts simultaneously.";
|
||||
internal const string EventLog = "ArchiSteamFarm";
|
||||
internal const string EventLogSource = "ArchiSteamFarmLogger";
|
||||
|
||||
internal const string EventLog = ServiceName;
|
||||
internal const string EventLogSource = EventLog + "Logger";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user