Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDeak committed Jan 24, 2023
2 parents ba47ddd + d65cf9d commit 0f2bf31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/Build/BuildDarwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ configureCMake() {
-D CMAKE_PREFIX_PATH="${libQtPath};${openSSLPath}" \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_OSX_DEPLOYMENT_TARGET=10.12 \
-D CMAKE_OSX_ARCHITECTURES=x86_64 \
-D SYNERGY_ENTERPRISE=ON \
-D SYNERGY_REVISION="${productRevision}" \
|| exit 1

}

buildApplication() {
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Install/InstallWindows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $installBlock =
iex ( ( New-Object System.Net.WebClient ).DownloadString( 'https://chocolatey.org/install.ps1' ) )

$packageListChocoPath = Join-Path -Path $installToolsPath -ChildPath "PackageListChoco.config"
choco install --force "$packageListChocoPath"
choco install "$packageListChocoPath"
refreshenv

$packageListPythonPath = Join-Path -Path $installToolsPath -ChildPath "PackageListPython.txt"
Expand Down

0 comments on commit 0f2bf31

Please sign in to comment.