Original issue: MorpheApp/morphe-patcher#155
It was determined in that issue that the APK may contain resources that resolve to invalid filenames on Windows. This causes file extraction to fail.
Fixing this might require maintaining some extra mapping information (in the path-map.json, maybe?) that maps the real filenames to Windows-compatible ones.
Original issue: MorpheApp/morphe-patcher#155
It was determined in that issue that the APK may contain resources that resolve to invalid filenames on Windows. This causes file extraction to fail.
Fixing this might require maintaining some extra mapping information (in the
path-map.json, maybe?) that maps the real filenames to Windows-compatible ones.