From 2159c98c8c5d5448d3e2256a941ee1c4c593c017 Mon Sep 17 00:00:00 2001 From: Luke Stratman Date: Mon, 28 Sep 2020 09:53:29 -0400 Subject: [PATCH] Updated the Chocolatey manifest and added choco pack to the AppVeyor build. --- Chocolatey/EasyConnect.nuspec | 11 ++++++----- EasyConnect.sln | 2 ++ appveyor.yml | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Chocolatey/EasyConnect.nuspec b/Chocolatey/EasyConnect.nuspec index 2c3d78b..ed9301b 100644 --- a/Chocolatey/EasyConnect.nuspec +++ b/Chocolatey/EasyConnect.nuspec @@ -13,11 +13,12 @@ (c) 2020, Luke Stratman https://github.com/lstratman/EasyConnect/blob/master/GPL.txt false - - Updated the look-and-feel to the latest version of Chrome. - - Updated the codebase for the terminal control used by the SSH and PowerShell plugins to the most recent version of the Poderosa project. - - Moved to a new library for VNC connections. - - Scrolling is now automatically enabled for all option screens. - - Added the ability to specify the port for remote desktop connections. + + - Updated the UI to the look and feel of Chrome v85 + - VNC plugin now uses the VncSharp package instead of RemoteViewing + - Turning off recent document tracking in the Start Menu settings no longer causes an exception to be thrown when trying to populate the jump list + - Auto update manifest is now signed and the auto updater checks signatures for the update MSI files + diff --git a/EasyConnect.sln b/EasyConnect.sln index 1d731b1..8c9d253 100644 --- a/EasyConnect.sln +++ b/EasyConnect.sln @@ -35,6 +35,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4613C881-E174-4DD8-965C-ED053A28D543}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml + Chocolatey\tools\chocolateyInstall.ps1 = Chocolatey\tools\chocolateyInstall.ps1 + Chocolatey\EasyConnect.nuspec = Chocolatey\EasyConnect.nuspec EndProjectSection EndProject Global diff --git a/appveyor.yml b/appveyor.yml index 3ba09d7..47fda5c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ before_build: build_script: - msbuild EasyConnect.sln /p:Configuration=%CONFIGURATION% /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" - msbuild EasyConnect.sln /p:Configuration=AppX%CONFIGURATION% /p:WindowsSDKBin="C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" +- choco pack Chocolatey\EasyConnect.nuspec after_build: - cmd: 7z a EasyConnect.zip %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\*.* - cmd: copy Installer\bin\%CONFIGURATION%\EasyConnect.msi .