mirror of
https://github.com/Davilarek/Vencord.git
synced 2025-05-16 22:33:52 +02:00
7 lines
177 B
Batchfile
7 lines
177 B
Batchfile
set "sourceFolder=%~dp0dist"
|
|
set "destinationFolder=%APPDATA%\Vencord\dist"
|
|
|
|
xcopy /E /I "%sourceFolder%" "%destinationFolder%\"
|
|
|
|
echo Files copied to %destinationFolder%
|
|
pause
|