mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-06-23 06:40:00 -07:00
Game filter compatability with service installer
This commit is contained in:
parent
8d2deff133
commit
c8eb80b4c6
@ -197,6 +197,8 @@ for /f "tokens=*" %%a in ('type "!selectedFile!"') do (
|
||||
) else (
|
||||
set "arg=\!QUOTE!%~dp0!arg!\!QUOTE!"
|
||||
)
|
||||
) else if "!arg:~0,12!" EQU "%%GameFilter%%" (
|
||||
set "arg=%GameFilter%"
|
||||
)
|
||||
|
||||
if !mergeargs!==1 (
|
||||
|
Loading…
Reference in New Issue
Block a user