We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d95098 commit d69544aCopy full SHA for d69544a
rules.ini
@@ -299,7 +299,7 @@ Intel_oneTBB = (?:^|/)tbb(?:[0-9]{2}|malloc)?\.dll$
299
Intel_XeSS = (?:^|/)(?:ig|lib)xess\.dll$
300
irrKlang = (?:^|/)irrKlang(?:\.NET4|-32bit)?\.dll$
301
iZotope = (?:^|/)iZotope\.dll$
302
-JVM = (?:^|/)bin/java(?:\.exe|\.dll)?$
+JVM = (?:^|/)bin/java(?:\.exe|\.dll)$
303
Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$
304
Lua[] = \.lua$
305
LWJGL = (?:^|/)lwjgl(?:64)?\.(?:dll|jar)$
tests/types/SDK.JVM.txt
@@ -1,11 +1,6 @@
1
-/bin/java
2
/bin/java.dll
3
/bin/java.exe
4
-bin/java
5
bin/java.dll
6
bin/java.exe
7
-jre/bin/java
8
jre/bin/java.dll
9
jre/bin/java.exe
10
-long/random/path/bin/java
11
-wildermyth.app/Contents/Resources/jre/bin/java
0 commit comments