mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 06:37:58 -05:00
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% |