LiveTranslate / start.bat
fasdfsa's picture
init
bd95217
raw
history blame contribute delete
117 Bytes
@echo off
cd /d "%~dp0"
set PATH=%LOCALAPPDATA%\Microsoft\WinGet\Links;%PATH%
.venv\Scripts\python.exe main.py
pause