Update how-to-use.md
This commit is contained in:
@@ -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
|
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.
|
Run the batch file by double-clicking it.
|
||||||
|
|
||||||
@@ -206,3 +207,19 @@ git add .
|
|||||||
git commit -m "Updating skins"
|
git commit -m "Updating skins"
|
||||||
git push
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user