Version 3.2.5: Add information about macOS build.

This commit is contained in:
John Preston 2021-11-16 14:35:28 +04:00
parent deea69e119
commit f55d3d1c6a
2 changed files with 3 additions and 2 deletions

View File

@ -401,7 +401,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 17c7e63cfd
git checkout 85bce38ec7
""")
stage('depot_tools', """

View File

@ -1,6 +1,7 @@
3.2.5 (16.11.21) [Windows]
3.2.5 (16.11.21) [Windows, macOS]
- Fix connecting in case bad characters appear in device name on Windows.
- Fix custom input methods on macOS.
3.2.4 (13.11.21)