-
Notifications
You must be signed in to change notification settings - Fork 5
Description
It seems path seperators are not being handled universally.
The below command does not yield any results.
TACTTool -p wow -m name -i 'World of Warcraft.app/Contents/MacOS/World of Warcraft'
However, if the path seperators are updated to below, it works fine.
TACTTool -p wow -m name -i 'World of Warcraft.app\Contents\MacOS\World of Warcraft'
This seems counter productive to what is shown in the list file, which uses / seperators.
An example of an entry actually in listfile.csv:
utils/blizzardbrowser.app/contents/frameworks/blizzardbrowser helper (renderer).app/contents/resources/icon.icns
Works:
TACTTool -p wow -m name -i 'utils\blizzardbrowser.app\contents\frameworks\blizzardbrowser helper (renderer).app\contents\resources\icon.icns'
Does not work:
TACTTool -p wow -m name -i 'utils/blizzardbrowser.app/contents/frameworks/blizzardbrowser helper (renderer).app/contents/resources/icon.icns'
Configs loaded in 3ms
Group index loaded in 1ms
File index loaded in 1ms
Encoding loaded in 1ms
Root loaded in 128ms
Install loaded in 2ms
Build WOW-58911patch11.0.7_Retail loaded in 133ms
No file by name "utils/blizzardbrowser.app/contents/frameworks/blizzardbrowser helper (renderer).app/contents/resources/icon.icns" found in install. Checking listfile.
Loaded 1843608 listfile entries in 1137.5052ms
Skipping FDID 4186822, not found in root.
No files to extract, exiting..