(Linux) Added 'AppImage (Suspend ES-DE)' and 'AppImage (Keep ES-DE running)' as alternative emulators for the windows system

Also added support for the .AppImage file extension
This commit is contained in:
Leon Styhre 2023-05-06 10:43:29 +02:00
parent feae03375e
commit fa0a64caa6

View file

@ -1811,9 +1811,11 @@
<name>windows</name> <name>windows</name>
<fullname>Microsoft Windows</fullname> <fullname>Microsoft Windows</fullname>
<path>%ROMPATH%/windows</path> <path>%ROMPATH%/windows</path>
<extension>.desktop .sh</extension> <extension>.AppImage .desktop .sh</extension>
<command label="Suspend ES-DE">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command> <command label="Suspend ES-DE">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<command label="Keep ES-DE running">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command> <command label="Keep ES-DE running">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
<command label="AppImage (Suspend ES-DE)">%EMULATOR_OS-SHELL% -c "%ROM%"</command>
<command label="AppImage (Keep ES-DE running)">%RUNINBACKGROUND% %EMULATOR_OS-SHELL% -c "%ROM%"</command>
<platform>pcwindows</platform> <platform>pcwindows</platform>
<theme>windows</theme> <theme>windows</theme>
</system> </system>