generated from osc/skins-template
Adding skin
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Failing after 4s
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Failing after 4s
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user