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