Fixed install script and added config comments.

master
Dominik Deák 4 years ago
parent 9c8aff98d9
commit 2ee0580f31
  1. 2
      Scripts/config.txt
  2. 2
      Scripts/install.py
  3. 2
      Synergy-Core

@ -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
Loading…
Cancel
Save