1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

remove unneeded xml documentation file in build

This commit is contained in:
RaidMax 2024-07-01 10:29:19 -05:00
parent b911a67287
commit 19e5e06d5d

View File

@ -22,6 +22,7 @@ if [ -f "$PublishDir/libman.json" ]; then rm "$PublishDir/libman.json"; fi
rm -f "$PublishDir"/*.exe
rm -f "$PublishDir"/*.pdb
rm -f "$PublishDir"/IW4MAdmin
rm -f "$PublishDir"/*.xml
echo "Setting up default folders"
mkdir -p "$PublishDir/Plugins"