From 3e18b7cd823b92a0e9c80ec38544768ca8530775 Mon Sep 17 00:00:00 2001 From: "Antoine FERRON [BitLogiK]" Date: Wed, 19 Jun 2024 17:31:30 -0300 Subject: [PATCH] remove comma --- package/Build-Mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Build-Mac.sh b/package/Build-Mac.sh index ff5b448..8e6c092 100755 --- a/package/Build-Mac.sh +++ b/package/Build-Mac.sh @@ -20,7 +20,7 @@ python -m pip install -U swig python -m pip install OpenPGPpy --no-deps python -m pip install pyscard==2.0.10 python -m pip install wxPython>=4.2.0 -python -m pip install "cryptography>=3.3" "safe-pysha3==1.0.4" "qrcode==6.1" "PyNaCl==1.5.0" "pyweb3==0.1.7" "hidapi==0.14.0" "pyWalletConnect==1.6.2", +python -m pip install "cryptography>=3.3" "safe-pysha3==1.0.4" "qrcode==6.1" "PyNaCl==1.5.0" "pyweb3==0.1.7" "hidapi==0.14.0" "pyWalletConnect==1.6.2" python -m pip install -U certifi python -m pip install pyinstaller==5.13.2