Update how-to-use.md

This commit is contained in:
2025-06-06 12:58:55 +02:00
parent 0e66e3415c
commit c94771fd68

View File

@@ -115,6 +115,7 @@ Then update the line on the script like this:
robocopy "E:\osu!\skins" "D:\git\skins\Skins" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J
```
**For the git Path the Skins folder needs to have a capital S**
Run the batch file by double-clicking it.
@@ -206,3 +207,19 @@ git add .
git commit -m "Updating skins"
git push
```
---
## 11. Troubleshooting
### Add Skin order, add skin descriptions
Edit `.gitea/workflows/skins.json` like described in step 6.
### Committed all the files but nothing is happening
Make sure the skins folder is called `Skins` and not `skins`.
### Skin names wrong
The Scirpt takes skin names based off of the `skin.ini` file in the skin, to fix that change it in the `skin.ini` file.