Add Raylib target tag to app.config
This commit is contained in:
parent
c81b1537a2
commit
a417e1c702
1 changed files with 4 additions and 0 deletions
|
|
@ -3,4 +3,8 @@
|
||||||
<dllmap dll="raylib" os="windows" target="raylib.dll"/>
|
<dllmap dll="raylib" os="windows" target="raylib.dll"/>
|
||||||
<dllmap dll="raylib" os="osx" target="libraylib.dylib"/>
|
<dllmap dll="raylib" os="osx" target="libraylib.dylib"/>
|
||||||
<dllmap dll="raylib" os="linux" target="libraylib.so.0"/>
|
<dllmap dll="raylib" os="linux" target="libraylib.so.0"/>
|
||||||
|
<appSettings>
|
||||||
|
<add key="raylib-release-tag"
|
||||||
|
value="3.7.0"/>
|
||||||
|
</appSettings>
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Reference in a new issue