diff --git a/Scripts/config.txt b/Scripts/config.txt index 1ed2f1b..27ea1cf 100644 --- a/Scripts/config.txt +++ b/Scripts/config.txt @@ -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] diff --git a/Scripts/install.py b/Scripts/install.py index 85266de..fdf3ac8 100755 --- a/Scripts/install.py +++ b/Scripts/install.py @@ -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 diff --git a/Synergy-Core b/Synergy-Core index 9c8a1c1..ede2721 160000 --- a/Synergy-Core +++ b/Synergy-Core @@ -1 +1 @@ -Subproject commit 9c8a1c1e3d2c66ea535f6d91ce59f99c588ff2fc +Subproject commit ede272185d5acae6466bfd19edeb8efed95ac429