8a8dec8bbd
auto copy script plugins/localization for local builds
6 lines
216 B
Batchfile
6 lines
216 B
Batchfile
set SolutionDir=%1
|
|
set ProjectDir=%2
|
|
set TargetDir=%3
|
|
|
|
echo D | xcopy "%SolutionDir%Plugins\ScriptPlugins\*.js" "%TargetDir%Plugins" /y
|
|
powershell -File "%ProjectDir%BuildScripts\DownloadTranslations.ps1" %TargetDir% |