diff --git a/lively/lively.nuspec b/lively/lively.nuspec index 19643ea..16f8d97 100644 --- a/lively/lively.nuspec +++ b/lively/lively.nuspec @@ -3,7 +3,7 @@ lively - 1.7.0.2 + 1.7.0.4 https://github.com/w0/au-packages/tree/master/lively wizard Lively Wallpaper @@ -77,7 +77,7 @@ - Duplicate same wallpaper all screens. - Different wallpaper per screens. ]]> - https://github.com/rocksdanister/lively/releases/tag/v1.7.0.2 + https://github.com/rocksdanister/lively/releases/tag/v1.7.0.4 diff --git a/lively/tools/chocolateyinstall.ps1 b/lively/tools/chocolateyinstall.ps1 index 473b68b..6dd2885 100644 --- a/lively/tools/chocolateyinstall.ps1 +++ b/lively/tools/chocolateyinstall.ps1 @@ -18,9 +18,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' - url = 'https://github.com/rocksdanister/lively/releases/download/v1.7.0.2/lively_setup_x86_full_v1702.exe' + url = 'https://github.com/rocksdanister/lively/releases/download/v1.7.0.4/lively_setup_x86_full_v1704.exe' softwareName = 'lively*' - checksum = 'ed86b09beaafe06e18095f617cee920af61fd5220f256c6866b254bb1db10d3a' + checksum = 'd0a2ad431b600072dda90c462bf4cd00786bd3d1522ee1424b2061d6ba144af1' checksumType = 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /ALLUSERS /NODEPENDENCIES /NOAUTOLAUNCH' validExitCodes = @(0)