Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Jun 19, 2024
1 parent 0162164 commit 3e18b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Build-Mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e18b7c

Please sign in to comment.