mirror of
https://github.com/thetasoft/wulkplot-translations.git
synced 2026-03-28 16:14:48 +00:00
Fix: Update tools to use venv
This commit is contained in:
@@ -32,7 +32,10 @@ def main():
|
||||
run_pyqt6_tools_tool(sys.argv[1:])
|
||||
else:
|
||||
print("Unexpected: qt6-tools found globally, using system environment.")
|
||||
subprocess.run(["qt6-tools"] + sys.argv[1:], check=True)
|
||||
if sys.argv[1] == "pylupdate6":
|
||||
subprocess.run(sys.argv[1:], check=True)
|
||||
else:
|
||||
subprocess.run(["qt6-tools"] + sys.argv[1:], check=True)
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) < 2:
|
||||
|
||||
Reference in New Issue
Block a user