mirror of
https://github.com/fmhy/dupe-checker.git
synced 2026-03-11 08:55:39 +00:00
Remove --onefile build arg due to high AV false positives
This commit is contained in:
parent
07ee98e1c6
commit
b4a034cf34
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue