mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
(Windows) Fixed an issue with systems that launch from batch scripts.
Also removed the .csh script support on Unix and macOS.
This commit is contained in:
parent
4ba2e67e9f
commit
f192242dea
|
@ -284,7 +284,7 @@
|
|||
<name>desktop</name>
|
||||
<fullname>Desktop applications</fullname>
|
||||
<path>%ROMPATH%/desktop</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>desktop</theme>
|
||||
|
@ -446,7 +446,7 @@
|
|||
<name>kodi</name>
|
||||
<fullname>Kodi home theatre software</fullname>
|
||||
<path>%ROMPATH%/kodi</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>kodi</theme>
|
||||
|
@ -815,7 +815,7 @@
|
|||
<name>ports</name>
|
||||
<fullname>Ports</fullname>
|
||||
<path>%ROMPATH%/ports</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>ports</theme>
|
||||
|
@ -1013,7 +1013,7 @@
|
|||
<name>steam</name>
|
||||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
<name>desktop</name>
|
||||
<fullname>Desktop applications</fullname>
|
||||
<path>%ROMPATH%/desktop</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>desktop</theme>
|
||||
|
@ -446,7 +446,7 @@
|
|||
<name>kodi</name>
|
||||
<fullname>Kodi home theatre software</fullname>
|
||||
<path>%ROMPATH%/kodi</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>kodi</theme>
|
||||
|
@ -455,7 +455,7 @@
|
|||
<name>lutris</name>
|
||||
<fullname>Lutris open gaming platform</fullname>
|
||||
<path>%ROMPATH%/lutris</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>lutris</theme>
|
||||
|
@ -815,7 +815,7 @@
|
|||
<name>ports</name>
|
||||
<fullname>Ports</fullname>
|
||||
<path>%ROMPATH%/ports</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>ports</theme>
|
||||
|
@ -1013,7 +1013,7 @@
|
|||
<name>steam</name>
|
||||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
|
|
|
@ -284,8 +284,8 @@
|
|||
<name>desktop</name>
|
||||
<fullname>Desktop applications</fullname>
|
||||
<path>%ROMPATH%\desktop</path>
|
||||
<extension>.bat .ps1</extension>
|
||||
<command>%ROM%</command>
|
||||
<extension>.bat</extension>
|
||||
<command>cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>desktop</theme>
|
||||
</system>
|
||||
|
@ -446,8 +446,8 @@
|
|||
<name>kodi</name>
|
||||
<fullname>Kodi home theatre software</fullname>
|
||||
<path>%ROMPATH%\kodi</path>
|
||||
<extension>.bat .ps1</extension>
|
||||
<command>%ROM%</command>
|
||||
<extension>.bat</extension>
|
||||
<command>cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>kodi</theme>
|
||||
</system>
|
||||
|
@ -815,8 +815,8 @@
|
|||
<name>ports</name>
|
||||
<fullname>Ports</fullname>
|
||||
<path>%ROMPATH%\ports</path>
|
||||
<extension>.bat .ps1</extension>
|
||||
<command>%ROM%</command>
|
||||
<extension>.bat</extension>
|
||||
<command>cmd.exe /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>ports</theme>
|
||||
</system>
|
||||
|
@ -1013,8 +1013,8 @@
|
|||
<name>steam</name>
|
||||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%\steam</path>
|
||||
<extension>.bat .ps1</extension>
|
||||
<command>%ROM%</command>
|
||||
<extension>.bat</extension>
|
||||
<command>cmd.exe /C %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue