mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 20:27:47 +00:00
4 lines
No EOL
132 B
PowerShell
4 lines
No EOL
132 B
PowerShell
|
|
$nativePath = $(Join-Path $installPath "lib\native\*.*")
|
|
$LibLuaPostBuildCmd = "
|
|
xcopy /s /y `"$nativePath`" `"`$(TargetDir)`"" |