mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Lower case the profile names
This commit is contained in:
parent
70c9291774
commit
b93ddcc46e
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>Linux</id>
|
||||
<id>linux</id>
|
||||
<activation>
|
||||
<os>
|
||||
<name>linux</name>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>Windows</id>
|
||||
<id>windows</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>windows</family>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>OSX</id>
|
||||
<id>osx</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>mac</family>
|
||||
|
|
|
|||
Loading…
Reference in a new issue