mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added the .sh file extension to the ags system on Unix and macOS and set the %STARTDIR% variable to the game directory
This commit is contained in:
parent
cdf7a192c4
commit
a22605863b
|
@ -14,8 +14,8 @@
|
|||
<name>ags</name>
|
||||
<fullname>Adventure Game Studio Game Engine</fullname>
|
||||
<path>%ROMPATH%/ags</path>
|
||||
<extension>.app</extension>
|
||||
<command label="Native binary">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<extension>.app .sh</extension>
|
||||
<command label="Native binary">%STARTDIR%=%GAMEDIR% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>ags</platform>
|
||||
<theme>ags</theme>
|
||||
</system>
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<name>ags</name>
|
||||
<fullname>Adventure Game Studio Game Engine</fullname>
|
||||
<path>%ROMPATH%/ags</path>
|
||||
<extension>.desktop</extension>
|
||||
<command label="Native binary">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<extension>.desktop .sh</extension>
|
||||
<command label="Native binary">%STARTDIR%=%GAMEDIR% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>ags</platform>
|
||||
<theme>ags</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue