mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-19 19:58:36 -05:00
3 lines
172 B
Batchfile
3 lines
172 B
Batchfile
robocopy .\build32\rundir\RelWithDebInfo .\build\ /E /XF .gitignore
|
|
robocopy .\build64\rundir\RelWithDebInfo .\build\ /E /XC /XN /XO /XF .gitignore
|
|
7z a build.zip .\build\* |