Skip to content

Commit 48f0d20

Browse files
committed
Fix java extension dot
1 parent d964fe1 commit 48f0d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Intel_oneTBB = (?:^|/)tbb(?:[0-9]{2}|malloc)?\.dll$
299299
Intel_XeSS = (?:^|/)(?:ig|lib)xess\.dll$
300300
irrKlang = (?:^|/)irrKlang(?:\.NET4|-32bit)?\.dll$
301301
iZotope = (?:^|/)iZotope\.dll$
302-
JVM = (?:^|/)bin/java(?:\.exe|\.dll)$
302+
JVM = (?:^|/)bin/java\.(?:exe|dll)$
303303
Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$
304304
Lua[] = \.lua$
305305
LWJGL = (?:^|/)lwjgl(?:64)?\.(?:dll|jar)$

0 commit comments

Comments
 (0)