Adding skins
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Successful in 1m6s

This commit is contained in:
2026-01-08 13:18:56 +01:00
parent 77c294fa60
commit 668e1282a1
2402 changed files with 7341 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ if %errorLevel% neq 0 (
echo Running robocopy sync as Administrator...
echo.
robocopy "E:\osu!\skins" "D:\git\skins\Skins" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J
robocopy "D:\Programming\Projects\skins" "D:\Programming\Projects\peakskins\Skins" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J
echo Robocopy sync completed.
pause