Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IrfanView/IrfanView.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>IrfanView</id>
<title>IrfanView</title>
<version>4.38</version>
<version>4.40</version>
<authors>Irfan Skiljan</authors>
<owners>H. Alan Stevens</owners>
<summary>IrfanView is a very fast, small, compact and innovative FREEWARE (for non-commercial use) graphic viewer.</summary>
Expand Down
2 changes: 1 addition & 1 deletion IrfanView/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $fileType = 'exe'

$silentArgs = "/silent /folder=`"$irfanViewPath`" /desktop=0 /thumbs=0 /group=1 /allusers=0 /assoc=0"

$url = 'http://www.tucows.com/download/windows/files/iview438_setup.exe'
$url = 'http://www.tucows.com/download/windows/files/iview440_setup.exe'

write-host $silentArgs

Expand Down