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": [
|
"order": [
|
||||||
"example1",
|
"- Seoul v11 Shige Edit (Seouless)"
|
||||||
"example2"
|
|
||||||
],
|
],
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
"example1": "Description of example1",
|
"- Seoul v11 Shige Edit (Seouless)": "Only skin I use."
|
||||||
"example2": "Description of example2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
net session >nul 2>&1
|
net session >nul 2>&1
|
||||||
if %errorLevel% neq 0 (
|
if %errorLevel% neq 0 (
|
||||||
echo Requesting admin privileges...
|
echo Requesting admin privileges...
|
||||||
@@ -9,7 +9,7 @@ if %errorLevel% neq 0 (
|
|||||||
echo Running robocopy sync as Administrator...
|
echo Running robocopy sync as Administrator...
|
||||||
echo.
|
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.
|
echo Robocopy sync completed.
|
||||||
pause
|
pause
|
||||||
|
|||||||
Reference in New Issue
Block a user