änderungen für mac

This commit is contained in:
marcusH
2026-06-21 11:40:15 +02:00
parent fe9973f831
commit a89c3df49b
4549 changed files with 576393 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/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())