Files
vpn/.venv/bin/pylupdate6
T
2026-06-21 11:40:15 +02:00

7 lines
199 B
Python
Executable File

#!/Users/marcush/projects/vpn/.venv/bin/python3
import sys
from PyQt6.lupdate.pylupdate import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())