-
-
Notifications
You must be signed in to change notification settings - Fork 1
False Virus Detection
This plugin is written in Python, which usually requires a specific version of Python installed on the computer running the plugin. I tried to make it easy to install this plugin by building all the Python code into self-contained executable files which do not require a Python installation on your computer. To do this I use a Python program called PyInstaller.
Unfortunately the produced executable files may trigger false virus detection in some AV software. This is not a virus in LGKeys plugin or any of the bundled Python code. This is a common problem with anything produced by PyInstaller. As for example this Google search will show.
If you do not feel comfortable using the pre-built code with virus warnings, or if your AV "won't let you," there is an alternative to run the plain-text Python version of this plugin. Please see the Using Plugin Source Code Version page for more details.