mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
Script: copy dependencies for core lib in BundleDependencies.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user