diff --git a/.gitea/workflows/skins.json b/.gitea/workflows/skins.json index cb28d7b..f111918 100644 --- a/.gitea/workflows/skins.json +++ b/.gitea/workflows/skins.json @@ -1,10 +1,8 @@ { "order": [ - "example1", - "example2" + "- Seoul v11 Shige Edit (Seouless)" ], "descriptions": { - "example1": "Description of example1", - "example2": "Description of example2" + "- Seoul v11 Shige Edit (Seouless)": "Only skin I use." } } diff --git a/hardlink-songs-folder.bat b/hardlink-songs-folder.bat index 8e7a671..bbb0b87 100644 --- a/hardlink-songs-folder.bat +++ b/hardlink-songs-folder.bat @@ -1,4 +1,4 @@ -@echo off +@echo off net session >nul 2>&1 if %errorLevel% neq 0 ( echo Requesting admin privileges... @@ -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 "/home/schoki/Documents/osu!/playing/skins/" "/home/schoki/Documents/osu!/Skins/" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J echo Robocopy sync completed. pause