mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Base migration to PyQt6
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user