mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(macOS) Changed the shell from bash to zsh when launching scripts.
This commit is contained in:
parent
c958a94ca6
commit
5e91b8abf0
|
@ -285,7 +285,7 @@
|
||||||
<fullname>Desktop applications</fullname>
|
<fullname>Desktop applications</fullname>
|
||||||
<path>%ROMPATH%/desktop</path>
|
<path>%ROMPATH%/desktop</path>
|
||||||
<extension>.sh</extension>
|
<extension>.sh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>zsh %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>desktop</theme>
|
<theme>desktop</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -447,7 +447,7 @@
|
||||||
<fullname>Kodi home theatre software</fullname>
|
<fullname>Kodi home theatre software</fullname>
|
||||||
<path>%ROMPATH%/kodi</path>
|
<path>%ROMPATH%/kodi</path>
|
||||||
<extension>.sh</extension>
|
<extension>.sh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>zsh %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>kodi</theme>
|
<theme>kodi</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -816,7 +816,7 @@
|
||||||
<fullname>Ports</fullname>
|
<fullname>Ports</fullname>
|
||||||
<path>%ROMPATH%/ports</path>
|
<path>%ROMPATH%/ports</path>
|
||||||
<extension>.sh</extension>
|
<extension>.sh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>zsh %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>ports</theme>
|
<theme>ports</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -1014,7 +1014,7 @@
|
||||||
<fullname>Valve Steam</fullname>
|
<fullname>Valve Steam</fullname>
|
||||||
<path>%ROMPATH%/steam</path>
|
<path>%ROMPATH%/steam</path>
|
||||||
<extension>.sh</extension>
|
<extension>.sh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>zsh %ROM%</command>
|
||||||
<platform>steam</platform>
|
<platform>steam</platform>
|
||||||
<theme>steam</theme>
|
<theme>steam</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue