Skip to content

Commit

Permalink
Updated the Chocolatey manifest and added choco pack to the AppVeyor …
Browse files Browse the repository at this point in the history
…build.
  • Loading branch information
lstratman committed Sep 28, 2020
1 parent d531955 commit 2159c98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Chocolatey/EasyConnect.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
<copyright>(c) 2020, Luke Stratman</copyright>
<licenseUrl>https://github.com/lstratman/EasyConnect/blob/master/GPL.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes> - 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.</releaseNotes>
<releaseNotes>
- 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
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 2 additions & 0 deletions EasyConnect.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2159c98

Please sign in to comment.