From e9493842e207748432d0796f9ba96f6e9d6c7df7 Mon Sep 17 00:00:00 2001 From: Schoki Date: Sat, 22 Nov 2025 22:42:58 +0100 Subject: [PATCH] Adding skin --- .gitea/workflows/skins.json | 6 ++---- hardlink-songs-folder.bat | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) 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