mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
4 lines
132 B
PowerShell
4 lines
132 B
PowerShell
|
|
$nativePath = $(Join-Path $installPath "lib\native\*.*")
|
|
$LibLuaPostBuildCmd = "
|
|
xcopy /s /y `"$nativePath`" `"`$(TargetDir)`"" |