Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple code flagged as virus ! #2021

Open
danker001 opened this issue Aug 26, 2023 · 2 comments
Open

Simple code flagged as virus ! #2021

danker001 opened this issue Aug 26, 2023 · 2 comments

Comments

@danker001
Copy link

Today i compiled a simple script: code is : ( print("That's awsome") ) with last version of cx-freeze 6.15.6 ! but the generated exe flagged as virus by chrome browser (but all antiviruses said its clean)

This is the setup code :
`import sys
from cx_Freeze import setup, Executable

build_exe_options = {
"include_files": ["C:/Users/dragonborn/Desktop/project1/project1/tkinter/manifest.xml"]
}

base = None

setup(
name="main",
version="1.1.2.0",
description="main",
options={"build_exe": build_exe_options},
executables=[Executable("main.py", base=base)]
)`

@kamikaze
Copy link

this problem lasts for many years

@marcelotduarte
Copy link
Owner

marcelotduarte commented Sep 23, 2023

Please check #1059 (and perhaps #203).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants