Removing --one-file arg

This commit is contained in:
Alexis
2020-09-05 23:38:53 +02:00
committed by GitHub
parent ed49cba841
commit f54c15aff8

View File

@@ -1,3 +1,3 @@
@echo off
pip install -r src\requirements.txt
pyinstaller --onefile --clean --console -n=st src\main.py
pyinstaller --clean --console -n=st src\main.py