Skip to content

Commit

Permalink
rss-builder requires .NET 2.0 (3.5)
Browse files Browse the repository at this point in the history
- Improve installer flags
  • Loading branch information
flcdrg committed Jun 26, 2019
1 parent b4d52f9 commit 0f3e05c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions rss-builder/rss-builder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<tags>RSS</tags>
<summary>RSS Builder is an easy to use program for creating and publishing news feeds and podcasts</summary>
<description>RSS Builder is an easy to use program for creating and publishing news feeds and podcasts. You can use local RSS files, but there is also an option to edit the RSS feeds on your web site without keeping a local copy.</description>
<dependencies>
<dependency id="dotnet3.5" version="3.5.20160716" />
</dependencies>
</metadata>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<files>
Expand Down
4 changes: 2 additions & 2 deletions rss-builder/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'RSS Builder*'
fileType = 'msi'
silentArgs = "/q"
validExitCodes= @(0, 3010, 1641)
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" # ALLUSERS=1 DISABLEDESKTOPSHORTCUT=1 ADDDESKTOPICON=0 ADDSTARTMENU=0
validExitCodes= @(0, 3010, 1641)
url = "https://sourceforge.net/projects/rss-builder/files/rss-builder/Release_2_1_8/RSSBuilderSetup_2_1_8.msi/download?use_mirror=autoselect"
checksum = 'ABD31793C6E913E6554CCA241CF48A7BB884B98AD7B2A1B69833BA886CB985D3'
checksumType = 'sha256'
Expand Down

0 comments on commit 0f3e05c

Please sign in to comment.