Skip to content

Commit cd7b658

Browse files
committed
Misc
1 parent 7575704 commit cd7b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchiSteamFarm/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ internal enum EMode : byte {
6565

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

68-
internal static readonly Version Version = Assembly.GetExecutingAssembly().GetName().Version;
68+
internal static readonly Version Version = Assembly.GetEntryAssembly().GetName().Version;
6969

7070
private static readonly object ConsoleLock = new object();
7171
private static readonly SemaphoreSlim SteamSemaphore = new SemaphoreSlim(1);

0 commit comments

Comments
 (0)