SuperMeepBoy / wikitransbot

Twitter bot for Wikitrans
https://wikitrans.co/
MIT License
3 stars 2 forks source link

[BUG] Executable mistaken for a virus on Windows #7

Closed SuperMeepBoy closed 2 years ago

SuperMeepBoy commented 3 years ago

Running the .exe tells the program is a virus. Had to disable firewall to run it.

Expected Behavior

Program is not mistaken for a virus.

Current Behavior

Program is mistaken for a virus

Possible Solution

Encode the whole code in base64 (cf https://stackoverflow.com/questions/64788656/exe-file-made-with-pyinstaller-being-reported-as-a-virus-threat-by-windows-defen)

Steps to Reproduce

  1. Download the .exe
  2. Run the .exe

Context (Environment)

OS: Windows 11

SuperMeepBoy commented 3 years ago

Tried Option 1 and Option 2 of the stackoverflow link. None of them worked as they didn't pass the scan.

A new way to build is recommended. Thinking about it.

SuperMeepBoy commented 2 years ago

No support for Windows planned anymore.