Skip to content

Commit

Permalink
Fixed dependency renamer script
Browse files Browse the repository at this point in the history
Summary: removed wrong DLL

Reviewed By: ffgomezfb

Differential Revision: D37555698

fbshipit-source-id: d9f41459768e355bd33f90dd06fb996ecfae6a3a
  • Loading branch information
JordiFB authored and facebook-github-bot committed Jul 6, 2022
1 parent 0cc8137 commit 28d53c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/fixdependecies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ set_name $UNITY_CSPROJ/Google.JarResolver*.dll "$UNITY_CSPROJ/Google.JarResolver
set_name $UNITY_CSPROJ/Google.JarResolver*.dll.mdb "$UNITY_CSPROJ/Google.JarResolver.dll.mdb"
set_name $UNITY_CSPROJ/Google.PackageManagerResolver*.dll "$UNITY_CSPROJ/Google.PackageManagerResolver.dll"
set_name $UNITY_CSPROJ/Google.PackageManagerResolver*.dll.mdb "$UNITY_CSPROJ/Google.PackageManagerResolver.dll.mdb"
set_name $UNITY_CSPROJ/Google.VersionHandler*.dll "$UNITY_CSPROJ/Google.VersionHandler.dll"
set_name $UNITY_CSPROJ/Google.VersionHandler*.dll.mdb "$UNITY_CSPROJ/Google.VersionHandler.dll.mdb"
set_name $UNITY_CSPROJ/Google.VersionHandlerImpl*.dll "$UNITY_CSPROJ/Google.VersionHandlerImpl.dll"
set_name $UNITY_CSPROJ/Google.VersionHandlerImpl*.dll.mdb "$UNITY_CSPROJ/Google.VersionHandlerImpl.dll.mdb"

Expand Down

0 comments on commit 28d53c5

Please sign in to comment.