Willy-JL / F95Checker

GNU General Public License v3.0
106 stars 17 forks source link

Optimize release workflow #3

Closed GR3ee3N closed 3 years ago

GR3ee3N commented 3 years ago

Building on Windows takes out a lot of complexity that building for Windows under Linux with Wine is.

Main feature of this is that the PyInstaller bootloader can be build from source, this should fix false positive detections from anti virus software since the provided bootloader which is used in countless executables including actual malware is no longer used.

Also upgraded to Python 3.9.5 and PyInstaller 4.3.

I tried to keep it as close to the original as possible from a functional point of view. Let me know what you think.

Willy-JL commented 3 years ago

Looks great! I'll test it right now since the feature you added hasn't made it to the public yet

Willy-JL commented 3 years ago

Tweaked a few small details out of personal preference but I uploaded an earlier test release and VirusTotal gets 0/60 flags! TYSM for this!!!