https://github.com/pyinstaller/pyinstaller
Raw File
Tip revision: ca1ec5b4de22cec11341b062c1dc3aa980e053d3 authored by Dan Yeaw on 14 April 2024, 14:18:17 UTC
Add VirusTotal scanning of bootloaders to CI
Tip revision: ca1ec5b
.dockerignore
tests/scripts/test-docker.sh
**/__pycache__
!tests/unit/test_modulegraph/testdata/syspath/mymodule2.pyc
env
build
dist
.git
.dockerignore
*.dockerfile
Dockerfile
doc
bootloader/.waf*
bootloader/build
news
.github
PyInstaller/bootloader/Windows*
**/*.egg-info
!tests/functional/modules/pyi_single_file_metadata/my_test_package-1.0.egg-info
back to top