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.7 </version >
6+ <version >3.1.0 </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.7 .msi?source=chocolatey'
5- $url64 = ' https://dl.4kdownload.com/app/4kstogram_3.0.7_x64 .msi?source=chocolatey'
6- $checksum32 = ' eb14af9779acbd89a37939a1206e3534074be4daadbf2b2c29e1438405ab4639 '
7- $checksum64 = ' 628c8b06495953c956ee98dd6f5338a43b49974b3bf4b676074c414ff24b3189 '
4+ $url32 = ' https://dl.4kdownload.com/app/4kstogram_3.1.0 .msi?source=chocolatey'
5+ $url64 = ' https://dl.4kdownload.com/app/4kstogram_3.1.0_x64 .msi?source=chocolatey'
6+ $checksum32 = ' a59bb80e637845cc32341529ae3938addc37435f4ffc3096d66feae70c72e63e '
7+ $checksum64 = ' 1b34d0d918ce19dae083fd41b441ab8b88335b9944dc393df4b0909ad5d6114b '
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