SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.95k stars 261 forks source link

Linux downloader? #295

Closed melroy89 closed 2 years ago

melroy89 commented 2 years ago

Where is the Linux binary?

yaakov-h commented 2 years ago

The DepotDownloader binaries themselves are cross-platform. For the runtime, see:

https://docs.microsoft.com/en-au/dotnet/core/install/linux

melroy89 commented 2 years ago

Uh, but it's an exe file? It's not a native binary at all. Meaning I still need WINE to execute the DepotDownloader binaries 😢 .

If you binaries are really cross-platform, compile your binary to the other platform as well. Please, reopen.

yaakov-h commented 2 years ago

The .exe is a convenience .NET runtime loader for Windows. The actual application code is in the DLL. The readme shows you how to launch it on any platform, the instructions are the same (dotnet DepotDownloader.dll)