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 d69544a commit d964fe1Copy full SHA for d964fe1
rules.ini
@@ -229,7 +229,7 @@ YU-RIS = (?:^|/)yscfg\.dat$
229
Electron = (?:^|/)LICENSE\.electron\.txt$
230
231
[Emulator]
232
-DOSBOX = (?:^|/)dosbox(?:$|/|\.exe$)
+DOSBOX = (?:^|/)dosbox\.exe$
233
SCUMMVM = (?:^|/)scummvm\.exe$
234
235
[AntiCheat]
tests/types/Emulator.DOSBOX.txt
@@ -1,16 +1,2 @@
1
-/dosbox
2
/dosbox.exe
3
-/dosbox/
4
-DOSBOX/whatever
5
-Dosbox/whatever
6
-dosbox
7
dosbox.exe
8
-dosbox/
9
-dosbox/whatever
10
-something/DOSBOX/whatever
11
-something/Dosbox/whatever
12
-something/dosbox.exe
13
-something/dosbox/whatever
14
-whatever/DOSBOX
15
-whatever/Dosbox
16
-whatever/dosbox
0 commit comments