Steamworks.NET icon indicating copy to clipboard operation
Steamworks.NET copied to clipboard

Latest release has identical Steamworks.NET DLLs in the Windows and Linux folders

Open Vercidium opened this issue 2 years ago • 0 comments

Both Steamworks.NET.dll files in the OSX-Linux-x64 and Windows-x64 folders are the same size (372kb) and attempt to open steam_api64.dll when executed. I assume this is the Windows version.

When rebuilding Steamworks.NET.Standard from scratch with OSX-Linux as the build target, it produces a 373kb file Steamworks.NET.dll which works correctly (loads libsteam_api.so instead of steam_api64.dll)

Vercidium avatar Aug 19 '23 12:08 Vercidium