diff --git a/.gitea/workflows/skins.json b/.gitea/workflows/skins.json index cb28d7b..1365022 100644 --- a/.gitea/workflows/skins.json +++ b/.gitea/workflows/skins.json @@ -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" } } diff --git a/hardlink-songs-folder.bat b/hardlink-songs-folder.bat index 8e7a671..2838b3e 100644 --- a/hardlink-songs-folder.bat +++ b/hardlink-songs-folder.bat @@ -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