Skip to content

Commit 8efbed4

Browse files
committed
add missing *_linux64 names to hl2dm, dod:s, hl1sdm
1 parent 2471d8e commit 8efbed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source_bridge.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ class SourceBridge:
4545
'cmdline_contains': 'Counter-Strike Source'
4646
},
4747
'Day of Defeat Source': {
48-
'executables': ['hl2.exe', 'hl2_linux', 'dod.exe', 'dod_win64.exe'],
48+
'executables': ['hl2.exe', 'hl2_linux', 'dod.exe', 'dod_win64.exe', 'dod_linux64'],
4949
'game_dir': 'dod',
5050
'scriptdata': 'scriptdata',
5151
'cmdline_contains': 'Day of Defeat Source'
5252
},
5353
'Half-Life 2 Deathmatch': {
54-
'executables': ['hl2.exe', 'hl2_linux', 'hl2mp.exe', 'hl2mp_win64.exe'],
54+
'executables': ['hl2.exe', 'hl2_linux', 'hl2mp.exe', 'hl2mp_win64.exe', 'hl2mp_linux64'],
5555
'game_dir': 'hl2mp',
5656
'scriptdata': 'scriptdata',
5757
'cmdline_contains': 'Half-Life 2 Deathmatch'
5858
},
5959
'Half-Life 1 Source Deathmatch': {
60-
'executables': ['hl2.exe', 'hl2_linux', 'hl1mp.exe', 'hl1mp_win64.exe'],
60+
'executables': ['hl2.exe', 'hl2_linux', 'hl1mp.exe', 'hl1mp_win64.exe', 'hl1mp_linux64'],
6161
'game_dir': 'hl1mp',
6262
'scriptdata': 'scriptdata',
6363
'cmdline_contains': 'Half-Life 1 Source Deathmatch'

0 commit comments

Comments
 (0)