File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >4k-stogram</id >
6- <version >3.0.4 </version >
6+ <version >3.0.5 </version >
77 <title >4K Stogram</title >
88 <authors >OpenMedia LLC</authors >
99 <owners >TheCakeIsNaOH, Sasha_Chernykh</owners >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ;
22$packageName = ' 4K Stogram'
33$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
4- $url32 = ' https://dl.4kdownload.com/app/4kstogram_3.0.4 .msi?source=chocolatey'
5- $url64 = ' https://dl.4kdownload.com/app/4kstogram_3.0.4_x64 .msi?source=chocolatey'
6- $checksum32 = ' 676a014b53bde01f88be73810337a8f3049808c55b549b842a3f570bf9a1a8e2 '
7- $checksum64 = ' 5b2f000730c96338ae0e28680f9db4663fa02d31687517fec365178962cbcc97 '
4+ $url32 = ' https://dl.4kdownload.com/app/4kstogram_3.0.5 .msi?source=chocolatey'
5+ $url64 = ' https://dl.4kdownload.com/app/4kstogram_3.0.5_x64 .msi?source=chocolatey'
6+ $checksum32 = ' 83eb29c3f46f82e134df85a6542702624065bbf4864219ae8f286bd021f427ad '
7+ $checksum64 = ' 1a3324614edc9188192d1fcc6bbbdfe236f30929c671061a4313b8f532492147 '
88$pp = Get-PackageParameters
99$shortcutName = ' 4K Stogram.lnk'
1010$shortcut = Join-Path ([Environment ]::GetFolderPath(" Desktop" )) $shortcutName
You can’t perform that action at this time.
0 commit comments