(macOS) Changed the shell from bash to zsh when launching scripts.

This commit is contained in:
Leon Styhre 2021-07-16 18:00:05 +02:00
parent c958a94ca6
commit 5e91b8abf0

View file

@ -285,7 +285,7 @@
<fullname>Desktop applications</fullname>
<path>%ROMPATH%/desktop</path>
<extension>.sh</extension>
<command>bash %ROM%</command>
<command>zsh %ROM%</command>
<platform>pc</platform>
<theme>desktop</theme>
</system>
@ -447,7 +447,7 @@
<fullname>Kodi home theatre software</fullname>
<path>%ROMPATH%/kodi</path>
<extension>.sh</extension>
<command>bash %ROM%</command>
<command>zsh %ROM%</command>
<platform>pc</platform>
<theme>kodi</theme>
</system>
@ -816,7 +816,7 @@
<fullname>Ports</fullname>
<path>%ROMPATH%/ports</path>
<extension>.sh</extension>
<command>bash %ROM%</command>
<command>zsh %ROM%</command>
<platform>pc</platform>
<theme>ports</theme>
</system>
@ -1014,7 +1014,7 @@
<fullname>Valve Steam</fullname>
<path>%ROMPATH%/steam</path>
<extension>.sh</extension>
<command>bash %ROM%</command>
<command>zsh %ROM%</command>
<platform>steam</platform>
<theme>steam</theme>
</system>