Adding skin
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Failing after 4s

This commit is contained in:
2025-11-22 22:42:58 +01:00
parent 7ade3f2312
commit e9493842e2
2 changed files with 4 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
{ {
"order": [ "order": [
"example1", "- Seoul v11 Shige Edit (Seouless)"
"example2"
], ],
"descriptions": { "descriptions": {
"example1": "Description of example1", "- Seoul v11 Shige Edit (Seouless)": "Only skin I use."
"example2": "Description of example2"
} }
} }

View File

@@ -1,4 +1,4 @@
@echo off @echo off
net session >nul 2>&1 net session >nul 2>&1
if %errorLevel% neq 0 ( if %errorLevel% neq 0 (
echo Requesting admin privileges... echo Requesting admin privileges...
@@ -9,7 +9,7 @@ if %errorLevel% neq 0 (
echo Running robocopy sync as Administrator... echo Running robocopy sync as Administrator...
echo. echo.
robocopy "E:\osu!\skins" "D:\git\skins\Skins" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J robocopy "/home/schoki/Documents/osu!/playing/skins/" "/home/schoki/Documents/osu!/Skins/" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J
echo Robocopy sync completed. echo Robocopy sync completed.
pause pause