Skip to content

Commit

Permalink
Fix md5 check
Browse files Browse the repository at this point in the history
  • Loading branch information
icaros7 committed Nov 9, 2018
1 parent cebf538 commit 53661a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified server/Ets2Telemetry.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions source/Funbit.Ets.Telemetry.Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.6.0")]
[assembly: AssemblyFileVersion("3.2.6.0")]
[assembly: AssemblyVersion("3.2.6.1")]
[assembly: AssemblyFileVersion("3.2.6.1")]
4 changes: 2 additions & 2 deletions source/Funbit.Ets.Telemetry.Server/Setup/PluginSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ class GameState
{
const string InstallationSkippedPath = "N/A";
const string TelemetryDllName = "ets2-telemetry-server.dll";
const string TelemetryX64DllMd5 = "aeffffe2e6c3c4fd6ef1ad1eb44171cd";
const string TelemetryX86DllMd5 = "ab473bea2dd9480e249133ec908e8252";
const string TelemetryX64DllMd5 = "1e41e885881eda2886a30f06573fb20e";
const string TelemetryX86DllMd5 = "f600b370e66f39546fcfb4977b95c933";

readonly string _gameName;

Expand Down

0 comments on commit 53661a6

Please sign in to comment.