Watch
2
0
Fork
You've already forked raylib-cs
0

Add Raylib target tag to app.config

This commit is contained in:
Ben Parsons 2021-10-01 20:58:08 +10:00
commit a417e1c702

View file

@ -3,4 +3,8 @@
<dllmap dll="raylib" os="windows" target="raylib.dll"/>
<dllmap dll="raylib" os="osx" target="libraylib.dylib"/>
<dllmap dll="raylib" os="linux" target="libraylib.so.0"/>
<appSettings>
<add key="raylib-release-tag"
value="3.7.0"/>
</appSettings>
</configuration>