Skip to content

Commit

Permalink
Fix $OutDir vestiges
Browse files Browse the repository at this point in the history
  • Loading branch information
Davipb authored and eXpl0it3r committed Jan 23, 2019
1 parent b189a4e commit d6f3ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/nuget/build.win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Copies a specific CSFML module into its proper NuGet project
.DESCRIPTION
This function locates a file named csfml-(module)-2.dll inside of the
folder specified by $CSFMLLibDir and copies it to $OutDir/CSFML/runtimes/(RID)/native/csfml-(module).dll.
folder specified by $CSFMLLibDir and copies it to $OutDir/csfml-(module).dll.
Notice how it removes the "-2" at the end, to make the name compatible with other platforms.
Expand All @@ -200,7 +200,7 @@ Copy-Module 'System'
Copy-Module 'Window'

Write-Output "Copying Audio module extra files"
Copy-Item "$SFMLAudioExtras/*" "$OutDir/CSFML/runtimes/$RID/native"
Copy-Item "$SFMLAudioExtras/*" "$OutDir"

Pop-Location # Pop CSFML
Pop-Location # Pop $RID
Expand Down

0 comments on commit d6f3ec2

Please sign in to comment.