mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Update Easy_Install-V2.bat
This commit is contained in:
parent
4d069260d3
commit
edc1d46059
@ -115,7 +115,7 @@ echo :: Installing Python 3.7.6 + requirements.txt
|
|||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
set ROOT=%~dp0AzurLaneAutoScript
|
set ROOT=%~dp0AzurLaneAutoScript
|
||||||
set FILE_URL="https://gitlab.com/whoamikyo/alas-venv/-/blob/master/python.zip"
|
set FILE_URL="https://gitlab.com/whoamikyo/alas-venv/-/raw/master/python.zip"
|
||||||
set FILE_DEST=%ROOT%\pythonpackage.zip
|
set FILE_DEST=%ROOT%\pythonpackage.zip
|
||||||
if not exist %ROOT% (
|
if not exist %ROOT% (
|
||||||
mkdir %ROOT%
|
mkdir %ROOT%
|
||||||
@ -129,6 +129,7 @@ if not exist %ROOT% (
|
|||||||
echo "pythonpackage.zip already downloaded, delete to re-download"
|
echo "pythonpackage.zip already downloaded, delete to re-download"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
PowerShell -Command "Start-Sleep -s 3" > nul 2>&1
|
||||||
goto menu
|
goto menu
|
||||||
|
|
||||||
:updater
|
:updater
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user