Closed melroy89 closed 2 years ago
The DepotDownloader binaries themselves are cross-platform. For the runtime, see:
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.
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
)
Where is the Linux binary?