various fixes + new custom class shadowmancer
This commit is contained in:
@@ -12,7 +12,7 @@ excluded_projects=("TemplateProject" "RangeBan" "LobbyGame" "RangeBan.Tests" "St
|
||||
|
||||
# Find project directories (containing .csproj files)
|
||||
echo "Copying DLLs to output folder..."
|
||||
for proj in $(find . -name "*.csproj"); do
|
||||
find . -path "./fuchsbau" -prune -o -path "./testbau" -prune -o -name "*.csproj" -print0 | while IFS= read -r -d '' proj; do
|
||||
# Extract project name from .csproj file
|
||||
proj_name=$(basename "$proj" .csproj)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user