mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
txtp-segmenter: fix path issue
This commit is contained in:
parent
8d267a26d4
commit
11c025f766
@ -117,6 +117,7 @@ def main():
|
||||
name = get_txtp_name(args, file)
|
||||
if not name in txtps:
|
||||
txtps[name] = []
|
||||
file = file.replace('\\', '/')
|
||||
txtps[name].append(file)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user