You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+32-11
Original file line number
Diff line number
Diff line change
@@ -73,15 +73,9 @@ Run the application.
73
73
python main.py
74
74
```
75
75
76
-
You can also bundle the application.
76
+
#### Building
77
77
78
-
```cmd
79
-
python build.py
80
-
```
81
-
82
-
#### VirusTotal False Positives
83
-
84
-
Some "AI" Anti-Viruses on VirusTotal have extremely high false positive rates. Recompiling the bootloader decreases them.
78
+
Bundling requires recompiling the bootloader to prevent Windows from deleting the EXE (due to [false positives](https://github.com/pyinstaller/pyinstaller/blob/master/.github/ISSUE_TEMPLATE/antivirus.md)).
0 commit comments