Upload files to "/"
This commit is contained in:
8
launch.bat
Normal file
8
launch.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
title P7MC Launcher
|
||||
cd /d "%~dp0"
|
||||
echo [*] Checking for missing libraries...
|
||||
pip install minecraft-launcher-lib --quiet
|
||||
echo [*] Starting P7MC Launcher...
|
||||
python p7mc.py
|
||||
pause
|
||||
Reference in New Issue
Block a user