mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Windows) Added the new %ESCAPESPECIALS% variable to relevant systems.
This commit is contained in:
parent
0758d799ba
commit
29879e81bc
|
@ -326,7 +326,7 @@
|
||||||
<fullname>Desktop Applications</fullname>
|
<fullname>Desktop Applications</fullname>
|
||||||
<path>%ROMPATH%\desktop</path>
|
<path>%ROMPATH%\desktop</path>
|
||||||
<extension>.bat .lnk .LNK</extension>
|
<extension>.bat .lnk .LNK</extension>
|
||||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
<command>%HIDEWINDOW% %ESCAPESPECIALS% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>desktop</theme>
|
<theme>desktop</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -376,7 +376,7 @@
|
||||||
<fullname>Epic Games Store</fullname>
|
<fullname>Epic Games Store</fullname>
|
||||||
<path>%ROMPATH%\epic</path>
|
<path>%ROMPATH%\epic</path>
|
||||||
<extension>.bat</extension>
|
<extension>.bat</extension>
|
||||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
<command>%HIDEWINDOW% %ESCAPESPECIALS% cmd.exe /C %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>epic</theme>
|
<theme>epic</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -550,7 +550,7 @@
|
||||||
<fullname>Kodi Home Theatre Software</fullname>
|
<fullname>Kodi Home Theatre Software</fullname>
|
||||||
<path>%ROMPATH%\kodi</path>
|
<path>%ROMPATH%\kodi</path>
|
||||||
<extension>.bat .lnk .LNK</extension>
|
<extension>.bat .lnk .LNK</extension>
|
||||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
<command>%HIDEWINDOW% %ESCAPESPECIALS% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>kodi</theme>
|
<theme>kodi</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -959,7 +959,7 @@
|
||||||
<fullname>Ports</fullname>
|
<fullname>Ports</fullname>
|
||||||
<path>%ROMPATH%\ports</path>
|
<path>%ROMPATH%\ports</path>
|
||||||
<extension>.bat .lnk .LNK</extension>
|
<extension>.bat .lnk .LNK</extension>
|
||||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
<command>%HIDEWINDOW% %ESCAPESPECIALS% cmd.exe /C %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>ports</theme>
|
<theme>ports</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -1201,7 +1201,7 @@
|
||||||
<fullname>Valve Steam</fullname>
|
<fullname>Valve Steam</fullname>
|
||||||
<path>%ROMPATH%\steam</path>
|
<path>%ROMPATH%\steam</path>
|
||||||
<extension>.bat .url .URL</extension>
|
<extension>.bat .url .URL</extension>
|
||||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
<command>%HIDEWINDOW% %ESCAPESPECIALS% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||||
<platform>steam</platform>
|
<platform>steam</platform>
|
||||||
<theme>steam</theme>
|
<theme>steam</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue