Remove --onefile build arg due to high AV false positives

This commit is contained in:
cevoj35 2023-04-07 01:40:52 +00:00
parent 07ee98e1c6
commit b4a034cf34

View file

@ -1,7 +1,7 @@
:: Build script for compiled exe using nuitka
@prompt Executing:
python -m nuitka --standalone --onefile --remove-output --assume-yes-for-downloads --disable-console --clean-cache=all --enable-plugin=pyqt5 --include-data-files=MainWindow.ui=MainWindow.ui --include-data-dir=assets=assets "--windows-icon-from-ico=%~dp0assets\icon.ico" FmhyChecker.pyw
python -m nuitka --standalone --remove-output --assume-yes-for-downloads --disable-console --clean-cache=all --enable-plugin=pyqt5 --include-data-files=MainWindow.ui=MainWindow.ui --include-data-dir=assets=assets "--windows-icon-from-ico=%~dp0assets\icon.ico" FmhyChecker.pyw
@echo off
if %errorlevel%==0 (