mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Windows) Added the .lnk file extension to the desktop, kodi and ports systems.
Also added the .url file extension to the steam system.
This commit is contained in:
parent
63e9665389
commit
5707936e0c
|
@ -319,8 +319,8 @@
|
|||
<name>desktop</name>
|
||||
<fullname>Desktop Applications</fullname>
|
||||
<path>%ROMPATH%\desktop</path>
|
||||
<extension>.bat</extension>
|
||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
||||
<extension>.bat .lnk .LNK</extension>
|
||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>desktop</theme>
|
||||
</system>
|
||||
|
@ -533,8 +533,8 @@
|
|||
<name>kodi</name>
|
||||
<fullname>Kodi Home Theatre Software</fullname>
|
||||
<path>%ROMPATH%\kodi</path>
|
||||
<extension>.bat</extension>
|
||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
||||
<extension>.bat .lnk .LNK</extension>
|
||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>kodi</theme>
|
||||
</system>
|
||||
|
@ -942,7 +942,7 @@
|
|||
<name>ports</name>
|
||||
<fullname>Ports</fullname>
|
||||
<path>%ROMPATH%\ports</path>
|
||||
<extension>.bat</extension>
|
||||
<extension>.bat .lnk .LNK</extension>
|
||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>ports</theme>
|
||||
|
@ -1177,7 +1177,7 @@
|
|||
<name>steam</name>
|
||||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%\steam</path>
|
||||
<extension>.bat</extension>
|
||||
<extension>.bat .url .URL</extension>
|
||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
|
|
Loading…
Reference in a new issue