Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Apr 19, 2016
1 parent 7575704 commit cd7b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal enum EMode : byte {

private const string GithubReleaseURL = "https://api.github.com/repos/" + GithubRepo + "/releases"; // GitHub API is HTTPS only

internal static readonly Version Version = Assembly.GetExecutingAssembly().GetName().Version;
internal static readonly Version Version = Assembly.GetEntryAssembly().GetName().Version;

private static readonly object ConsoleLock = new object();
private static readonly SemaphoreSlim SteamSemaphore = new SemaphoreSlim(1);
Expand Down

0 comments on commit cd7b658

Please sign in to comment.