|
@@ -1,23 +1,23 @@
|
|
|
{
|
|
{
|
|
|
- "version": "1.0.0.12",
|
|
|
|
|
|
|
+ "version": "1.0.0.13",
|
|
|
"description": "Automatically launches Kaspersky safe mode used when making online payments mostly.",
|
|
"description": "Automatically launches Kaspersky safe mode used when making online payments mostly.",
|
|
|
"license": "None",
|
|
"license": "None",
|
|
|
"homepage": "https://www.kunago.com",
|
|
"homepage": "https://www.kunago.com",
|
|
|
- "hash": "sha512:B18A972DC9296F6E2CFE6F082E8F98415C143E70E1526E93C6230482143EFC7D83037D88DB92F30AA7DF38BD047E3E8B69C0BB1A5724D5DC68707C50860C4B9B",
|
|
|
|
|
- "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_kaspersky/kunago_kaspersky-1.0.0.12.7z",
|
|
|
|
|
|
|
+ "hash": "sha512:BACDF552F41529E06AE87DD57069A6C20519C25D6BEED1648D82673088228E7132359FE8E84001D2DC197434D3C71496725270C438CE18E6F3B758322070A0F0",
|
|
|
|
|
+ "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_kaspersky/kunago_kaspersky-1.0.0.13.7z",
|
|
|
"bin": [
|
|
"bin": [
|
|
|
"kunago_kaspersky.exe"
|
|
"kunago_kaspersky.exe"
|
|
|
],
|
|
],
|
|
|
"post_install": [
|
|
"post_install": [
|
|
|
- "if ($global) {$dst = $env:ALLUSERSPROFILE} else {$dst = $env:USERPROFILE}",
|
|
|
|
|
|
|
+ "if ($global) {$dst = $env:PUBLIC} else {$dst = $env:USERPROFILE}",
|
|
|
"$wShell = New-Object -comObject WScript.Shell",
|
|
"$wShell = New-Object -comObject WScript.Shell",
|
|
|
- "$shortcut = $wShell.CreateShortcut(\"$dst\\Desktop\\bezpečné finance.lnk\")",
|
|
|
|
|
|
|
+ "$shortcut = $wShell.CreateShortcut(\"$dst\\Desktop\\Bezpečné finance.lnk\")",
|
|
|
"$shortcut.TargetPath = \"$dir\\kunago_kaspersky.exe\"",
|
|
"$shortcut.TargetPath = \"$dir\\kunago_kaspersky.exe\"",
|
|
|
"$shortcut.Save()"
|
|
"$shortcut.Save()"
|
|
|
],
|
|
],
|
|
|
"pre_uninstall": [
|
|
"pre_uninstall": [
|
|
|
- "if ($global) {$dst = $env:ALLUSERSPROFILE} else {$dst = $env:USERPROFILE}",
|
|
|
|
|
- "Remove-Item -Path \"$dst\\Desktop\\bezpečné finance.lnk\" -Force"
|
|
|
|
|
|
|
+ "if ($global) {$dst = $env:PUBLIC} else {$dst = $env:USERPROFILE}",
|
|
|
|
|
+ "Remove-Item -Path \"$dst\\Desktop\\Bezpečné finance.lnk\" -Force"
|
|
|
],
|
|
],
|
|
|
"shortcuts": [
|
|
"shortcuts": [
|
|
|
[
|
|
[
|