Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
199 B
XML
6 lines
199 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<dllmap dll="freetype6" os="!windows" target="freetype6.so" />
|
|
<dllmap dll="freetype6" os="osx" target="freetype6.dylib" />
|
|
</configuration>
|