Wintermute0110 / plugin.program.AEL.dev

Emulator frontend and app launcher for Kodi
GNU General Public License v2.0
105 stars 36 forks source link

LNK ROM launcher doesn't work with space in shortcut path #125

Closed mmelvin0 closed 3 years ago

mmelvin0 commented 4 years ago

This is because the argument start start wind up being double-quoted. This can be easily fixed by removing the double quotes around the {0} on this line (they belong in the start call above that for LNK applications though):

https://github.com/Wintermute0110/plugin.program.AEL/blob/9de17c646cc76e83600ec7b612d0356d95b1bfa4/resources/main.py#L8386

Wintermute0110 commented 4 years ago

Thank you. I will have a look ASAP.

Wintermute0110 commented 3 years ago

This should be fixed now. Please test and if it works close the issue.