Skip to content

Commit

Permalink
FIX: Eat it
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 26, 2025
1 parent de59fd7 commit bdd0b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/make_package.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for REQ in "${PACKAGE_REQS[@]}"; do
find .. -name "$REQ" -exec mv "{}" . \; 2> /dev/null || true
done

find ../MSVC2022_64_Ninja/$BUILD_TYPE -name "*.dll" -exec cp "{}" . \;
find ../MSVC2019_64_Ninja/$BUILD_TYPE -name "*.dll" -exec cp "{}" . \;

git clone https://github.com/DreamWeave-MP/CoreScripts.git server/

Expand Down

0 comments on commit bdd0b26

Please sign in to comment.