mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Load up OpenTK.dll.config again. PackageReference doesn't copy it due to incorrect packaging. I had to make packages be downloaded locally to the solution again via nuget.config to do this, because otherwise I couldn't get a reference to the OpenTK.dll.config in the NuGet package. Adds a Python script to auto download freetype6.dll and openal32.dll on Windows.
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
<configuration>
|
|
<config>
|
|
<add key="globalPackagesFolder" value="packages" />
|
|
</config>
|
|
</configuration>
|