v1.0.4 - Clean start

This commit is contained in:
2026-05-15 16:46:08 -05:00
parent 28d2f8102d
commit 500a0219b8
17 changed files with 846 additions and 934 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
@echo off
@echo off
cd /d "C:\Users\myron\Downloads\tomgames"
set /p MSG="Commit message (e.g. v1.0.2 - what changed): "
cd /d "C:\Users\myron\Downloads\CyberPanel"
set /p MSG="Commit message (e.g. v1.0.4 - what changed): "
if "%MSG%"=="" (
echo No message entered. Aborting.
pause