This commit is contained in:
Halbe Bruno
2025-12-05 19:40:39 -03:00
commit f37bc712e6
4312 changed files with 359196 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/home/halbebruno/Projetos/DNSBlock/agent/build_venv/bin/python3
import sys
from PyInstaller.utils.cliutils.grab_version import run
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(run())