1
0
mirror of synced 2024-12-01 01:37:23 +01:00
FFBArcadePlugin/Post-Build/copydlls.bat
2019-04-07 17:16:19 +12:00

5 lines
144 B
Batchfile

cd %1 %2
for /D /r %%d in (.) do @xcopy *.dll "%%d\" /y
for /D /r %%d in (.) do @xcopy FFBPlugin.txt "%%d\" /y
del %1\*.dll
del %1\FFBPlugin.txt