From 4b5ad4b6d7d500887273826aa470388ecf08e088 Mon Sep 17 00:00:00 2001 From: shrlnm Date: Sat, 27 Aug 2022 08:23:32 +0300 Subject: [PATCH] fix PYREN.BAT --- PYREN.BAT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PYREN.BAT b/PYREN.BAT index b793856..c0cae35 100644 --- a/PYREN.BAT +++ b/PYREN.BAT @@ -1,5 +1,5 @@ @echo off echo Run's app ... rem uses python3 -python3.exe _pyren3_launcher.py -pause \ No newline at end of file +python3.exe main.py +pause