Adding skins
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Has been cancelled

This commit is contained in:
2025-11-23 17:50:42 +01:00
parent eea34b9ff6
commit cc48083405
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
{
"order": [
"example1",
"example2"
"- ( AngeLMegumin reworked v1.3 ) -",
"Blueberry (ekoro edit)"
],
"descriptions": {
"example1": "Description of example1",
"example2": "Description of example2"
"- ( AngeLMegumin reworked v1.3 ) -": "Main Skin",
"Blueberry (ekoro edit)": "Reading Skin, mainly lower AR and EZ"
}
}

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:\Games\osu!\skins" "D:\git\Skins" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J
echo Robocopy sync completed.
pause