Base migration to PyQt6

This commit is contained in:
grossmj
2025-12-14 18:19:47 +08:00
parent e224a9ac29
commit 370dd6ed82
194 changed files with 143971 additions and 148322 deletions

View File

@@ -13,7 +13,7 @@ import argparse
parser = argparse.ArgumentParser()
parser.add_argument("--force", help="force rebuild all files", action="store_true")
parser.add_argument("--ressources", help="force rebuild ressources", action="store_true")
parser.add_argument("--ressources", help="force rebuild resources", action="store_true")
args = parser.parse_args()
if sys.platform.startswith('win'):