(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:
Leon Styhre 2022-04-05 22:02:13 +02:00
parent 63e9665389
commit 5707936e0c

View file

@ -319,8 +319,8 @@
<name>desktop</name> <name>desktop</name>
<fullname>Desktop Applications</fullname> <fullname>Desktop Applications</fullname>
<path>%ROMPATH%\desktop</path> <path>%ROMPATH%\desktop</path>
<extension>.bat</extension> <extension>.bat .lnk .LNK</extension>
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command> <command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
<platform>pc</platform> <platform>pc</platform>
<theme>desktop</theme> <theme>desktop</theme>
</system> </system>
@ -533,8 +533,8 @@
<name>kodi</name> <name>kodi</name>
<fullname>Kodi Home Theatre Software</fullname> <fullname>Kodi Home Theatre Software</fullname>
<path>%ROMPATH%\kodi</path> <path>%ROMPATH%\kodi</path>
<extension>.bat</extension> <extension>.bat .lnk .LNK</extension>
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command> <command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
<platform>pc</platform> <platform>pc</platform>
<theme>kodi</theme> <theme>kodi</theme>
</system> </system>
@ -942,7 +942,7 @@
<name>ports</name> <name>ports</name>
<fullname>Ports</fullname> <fullname>Ports</fullname>
<path>%ROMPATH%\ports</path> <path>%ROMPATH%\ports</path>
<extension>.bat</extension> <extension>.bat .lnk .LNK</extension>
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command> <command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
<platform>pc</platform> <platform>pc</platform>
<theme>ports</theme> <theme>ports</theme>
@ -1177,7 +1177,7 @@
<name>steam</name> <name>steam</name>
<fullname>Valve Steam</fullname> <fullname>Valve Steam</fullname>
<path>%ROMPATH%\steam</path> <path>%ROMPATH%\steam</path>
<extension>.bat</extension> <extension>.bat .url .URL</extension>
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command> <command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
<platform>steam</platform> <platform>steam</platform>
<theme>steam</theme> <theme>steam</theme>