Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packager FMOD dll (G3D r7202) #409

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/package/fpsci_packager.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Autogenerated 2022 12 09 10:32:39
# Autogenerated 2023 01 06 16:43:26
mkdir -p dist/sound/
mkdir -p dist/shader/UniversalSurface/
mkdir -p dist/shader/UniversalMaterial/
Expand Down Expand Up @@ -246,7 +246,7 @@ cp $g3d/G3D10/build/bin/swresample-3.dll dist/
cp $g3d/G3D10/build/bin/postproc-55.dll dist/
cp $g3d/G3D10/build/bin/optix.6.5.0.dll dist/
cp $g3d/G3D10/build/bin/optix.6.0.0.dll dist/
cp $g3d/G3D10/build/bin/fmod64.dll dist/
cp $g3d/G3D10/build/bin/fmod.dll dist/
cp $g3d/G3D10/build/bin/embree.dll dist/
cp $g3d/G3D10/build/bin/cudart64_102.dll dist/
cp $g3d/G3D10/build/bin/avutil-56.dll dist/
Expand Down