Landing page editor: logo/background/subtitle, markdown details page, editable disclaimer, photo shutter
This commit is contained in:
+5
-14
@@ -1,17 +1,8 @@
|
||||
@echo off
|
||||
REM push-characters.bat - commit and push the character manager changes to Gitea.
|
||||
REM Run from anywhere; it always works on K:\newbury-exhibit-v2
|
||||
cd /d K:\newbury-exhibit-v2
|
||||
|
||||
if not exist .git (
|
||||
echo No git repo here - initialising and linking to Gitea...
|
||||
git init -b main
|
||||
git remote add origin https://gitea.hideawaygaming.com.au/jessikitty/newbury-exhibit-v2.git
|
||||
git fetch origin
|
||||
git reset --soft origin/main
|
||||
)
|
||||
|
||||
@echo off
|
||||
REM push-characters.bat — commit and push the character manager changes to Gitea.
|
||||
REM Extract the zip over Y:\newbury-exhibit-v2 first, then run this.
|
||||
cd /d Y:\newbury-exhibit-v2
|
||||
git add -A
|
||||
git commit -m "Character manager: asset uploads, per-ghost model/colour/opacity overrides, face+torso texture decals"
|
||||
git push origin main
|
||||
pause
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user