Conversation
|
Well... this would fail when testing my pyrepl plugin 😓 |
|
Hmm, not sure what you mean, this would not have any impact on testing. It won't be run as part of testing. |
The intention is to run the plugin's extracted files through virustotal, right? If you do that with my pyrepl plugin, it will be flagged due to the standalone exe |
Yes.
Is it flagging because it's standalone exe or something else though? |
It's because of the way pyinstaller makes the standalone exe. My understanding is that it uses methods similar to trojans, so virustotal flags it. Pyinstaller doesn't have to build it as a standalone exe though, that was just the choice I made when making the build workflow. |
Part of Flow-Launcher/Flow.Launcher#3121