|
|
@@ -1,23 +1,23 @@
|
|
|
{
|
|
|
- "version": "1.0.0.0",
|
|
|
+ "version": "1.0.0.1",
|
|
|
"description": "Automatically launches Bitdefender SafePay used when making online payments mostly.",
|
|
|
"license": "None",
|
|
|
"homepage": "https://www.kunago.com",
|
|
|
- "hash": "sha512:A71231C51D6DEDBD21B87A9A568174DA4AB037461718D2A4E18583639E1D507223C6B49B259A96F0CD7BCA60D8C3B90832A49D2E0E8F82EDD6AB36FBC3059510",
|
|
|
- "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_bitdefender/kunago_bitdefender-1.0.0.0.7z",
|
|
|
+ "hash": "sha512:AAA57B3B738CEACF5F352B44A53C3625EE5E9E3F32DA802540F34E2F39942269834D723763E9BC324C879C128FC0148B68B1D74403A41CF89658CD9E213A86A0",
|
|
|
+ "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_bitdefender/kunago_bitdefender-1.0.0.1.7z",
|
|
|
"bin": [
|
|
|
"kunago_bitdefender.exe"
|
|
|
],
|
|
|
"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",
|
|
|
- "$shortcut = $wShell.CreateShortcut(\"$dst\\Desktop\\bezpečné finance.lnk\")",
|
|
|
+ "$shortcut = $wShell.CreateShortcut(\"$dst\\Desktop\\Bezpečné finance.lnk\")",
|
|
|
"$shortcut.TargetPath = \"$dir\\kunago_bitdefender.exe\"",
|
|
|
"$shortcut.Save()"
|
|
|
],
|
|
|
"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": [
|
|
|
[
|