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

Move Target Raylib Tag to csproj

Also use different GitHub Action for XPath
This commit is contained in:
Ben Parsons 2021-10-01 22:08:30 +10:00
commit c720cbf9e9
3 changed files with 7 additions and 9 deletions

View file

@ -3,8 +3,4 @@
<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>