mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-29 12:36:34 +08:00
misc: use python script to replace copy-runtime-files.ps1
Gitlab: #160 Change-Id: Icfaa6f891cbae159ddced3119612abe1a7a89885
This commit is contained in:
committed by
Ming Rui Zhang
parent
2d461cc557
commit
345da3d72a
@@ -7,7 +7,6 @@ import platform
|
||||
import argparse
|
||||
import multiprocessing
|
||||
import fileinput
|
||||
import re
|
||||
from enum import Enum
|
||||
|
||||
# vs help
|
||||
@@ -212,7 +211,7 @@ def build(arch, toolset, sdk_version, config_str, project_path_under_current_pat
|
||||
|
||||
|
||||
def parse_args():
|
||||
ap = argparse.ArgumentParser(description="Windows Jami-lrc build tool")
|
||||
ap = argparse.ArgumentParser(description="Client qt build tool")
|
||||
ap.add_argument(
|
||||
'-b', '--build', action='store_true',
|
||||
help='Build Qt Client')
|
||||
|
||||
Reference in New Issue
Block a user