Step7750 / node-csgo-cdn

Retrieves the Steam CDN Image URLs for CS:GO Items
MIT License
73 stars 19 forks source link

Use more precise dir name #29

Closed denkomanceski closed 4 years ago

denkomanceski commented 4 years ago

It seems like there has been a file with name platform_pak01_dir.vpk added by Valve. This resulted in downloading the wrong file from the manifest, also saving it as platform_pak01_dir.vpk. Renaming the file manually obviously wont fix it, since it is the wrong file. This resolves https://github.com/Step7750/node-csgo-cdn/issues/28

Step7750 commented 4 years ago

Thanks for the PR! Which platform did you test this on? I'll see if I can test this out in a bit on a unix environment.

denkomanceski commented 4 years ago

@Step7750 I tested it on MacOS Catalina 10.15.4

Step7750 commented 4 years ago

Thanks for the fix!