| 12345678910111213141516171819202122232425262728 |
- {
- "version": "1.0.0.12",
- "description": "Automatically launches Kaspersky safe mode used when making online payments mostly.",
- "license": "None",
- "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",
- "bin": [
- "kunago_kaspersky.exe"
- ],
- "post_install": [
- "if ($global) {$dst = $env:ALLUSERSPROFILE} else {$dst = $env:USERPROFILE}",
- "$wShell = New-Object -comObject WScript.Shell",
- "$shortcut = $wShell.CreateShortcut(\"$dst\\Desktop\\bezpečné finance.lnk\")",
- "$shortcut.TargetPath = \"$dir\\kunago_kaspersky.exe\"",
- "$shortcut.Save()"
- ],
- "pre_uninstall": [
- "if ($global) {$dst = $env:ALLUSERSPROFILE} else {$dst = $env:USERPROFILE}",
- "Remove-Item -Path \"$dst\\Desktop\\bezpečné finance.lnk\" -Force"
- ],
- "shortcuts": [
- [
- "kunago_kaspersky.exe",
- "Bezpečné finance (Kaspersky)"
- ]
- ]
- }
|