Dominik Deák 4 years ago
commit daf16e05a1
  1. 2
      Scripts/config.txt
  2. 2
      Scripts/install.py
  3. 2
      Synergy-Core
  4. 1
      readme.md

@ -12,6 +12,8 @@
libQtPath = C:\Qt\Qt5.12.9\5.12.9\msvc2017_64
vcvarsallPath = C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat
# Run cmake --help to choose a suitable generator
cmakeGenerator = Visual Studio 16 2019
[Darwin]

@ -14,7 +14,7 @@ command = '"' + os.path.join( basePath, scripts[ platform.system() ] ) + '"'
arguments = ' ' + ' '.join( sys.argv[ 1: ] )
if platform.system() == "Windows":
command = "powershell.exe -File " + command
command = "powershell.exe -noprofile -executionpolicy bypass -File " + command
arguments = arguments.replace( "--", "-" )
command += arguments

@ -1 +1 @@
Subproject commit 9c8a1c1e3d2c66ea535f6d91ce59f99c588ff2fc
Subproject commit ede272185d5acae6466bfd19edeb8efed95ac429

@ -6,6 +6,7 @@
## Download
* [Synergy 1.13.1.18-snapshot](https://github.com/DEAKSoftware/Synergy-Binaries/releases/tag/1.13.1.18-snapshot)
* [Synergy 1.13.1.1-snapshot](https://github.com/DEAKSoftware/Synergy-Binaries/releases/tag/1.13.1.1-snapshot)
* [Synergy 1.12.0-stable](https://github.com/DEAKSoftware/Synergy-Binaries/releases/tag/1.12.0-stable)
* [Synergy 1.12.0-rc2](https://github.com/DEAKSoftware/Synergy-Binaries/releases/tag/1.12.0-rc2)

Loading…
Cancel
Save