fix PYREN.BAT

This commit is contained in:
shrlnm 2022-08-27 08:23:32 +03:00
parent 5131ca9a41
commit 4b5ad4b6d7

View File

@ -1,5 +1,5 @@
@echo off
echo Run's app ...
rem uses python3
python3.exe _pyren3_launcher.py
python3.exe main.py
pause