[utils/bugfixes] Added lines for copying missing files and Avoiding downloading the zip file If it's already downloaded (otherwise, It throws an exception.) #253
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi SteamAudio / Phonon Team,
Trying to compile Steam Audio (For FMOD) via git submodules (with some Junction Directory linking),
Despite using the setup.py script file, The UAT is reporting some missing files. (Similar behaviour when not copying FMOD libraries, but not related to this problem).
I have fixed this problem by adding some lines related to the missing files and also I fixed some problems when I tried re-running the script (when downloading an existing file, it throws an exception).
I hope these changes are merged or at least A re-implementation for your side
Greetings!