mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Implement first version of wotking auto-update
I still can't believe this hackish thing works
This commit is contained in:
@@ -39,6 +39,7 @@ namespace ArchiSteamFarm {
|
||||
internal const string GlobalDatabaseFileName = ASF + ".db";
|
||||
internal const string LogFile = "log.txt";
|
||||
internal const string StatisticsServer = "asf.justarchi.net";
|
||||
internal const string UpdateDirectory = "_old";
|
||||
internal const string VersionFile = AssemblyName + ".version";
|
||||
|
||||
internal static readonly Version Version = Assembly.GetEntryAssembly().GetName().Version;
|
||||
|
||||
Reference in New Issue
Block a user