FrodeSolheim / fs-uae-launcher

A frontend for the FS-UAE Amiga emulator with support for the OpenRetro online game database.
GNU General Public License v2.0
63 stars 17 forks source link

Windows file name compatibility fix #83

Closed sonnenscheinchen closed 4 years ago

sonnenscheinchen commented 4 years ago

This should fix https://github.com/FrodeSolheim/fs-uae-launcher/issues/82 at least for lha archives. But its completely untested, so please review carefully. :-)

FrodeSolheim commented 4 years ago

Thanks for helping out :) I did the fix in another way though, in fsgs.amiga.launchhandler, doing the escaping when preparing the drive itself. (It is desirable to be able to know the real path, so the escaping shouldn't be done in archive.py).