Skip to content

Commit d964fe1

Browse files
authored
dosbox.exe (#886)
1 parent d69544a commit d964fe1

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

rules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ YU-RIS = (?:^|/)yscfg\.dat$
229229
Electron = (?:^|/)LICENSE\.electron\.txt$
230230

231231
[Emulator]
232-
DOSBOX = (?:^|/)dosbox(?:$|/|\.exe$)
232+
DOSBOX = (?:^|/)dosbox\.exe$
233233
SCUMMVM = (?:^|/)scummvm\.exe$
234234

235235
[AntiCheat]

tests/types/Emulator.DOSBOX.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
/dosbox
21
/dosbox.exe
3-
/dosbox/
4-
DOSBOX/whatever
5-
Dosbox/whatever
6-
dosbox
72
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

Comments
 (0)