Script: copy dependencies for core lib in BundleDependencies.sh

This commit is contained in:
Rosalie Wanders
2023-01-08 23:36:41 +01:00
parent 3bc052e948
commit b243f48fff
+1 -1
View File
@@ -29,7 +29,7 @@ function findAndCopyDLL() {
}
for file in "$bin_dir"/*.exe "$bin_dir/Plugin"/*/*.dll
for file in "$bin_dir"/*.exe "$bin_dir/Core"/*.dll "$bin_dir/Plugin"/*/*.dll
do
echo "=> Copying dependencies for $file"
copyForOBJ "$file"