From 06071a46acf683aa0434d13151ec55616791e68e Mon Sep 17 00:00:00 2001 From: Banee Ishaque K Date: Mon, 13 Mar 2023 17:38:35 +0530 Subject: [PATCH] botim : add version 1.7.5 --- bucket/botim.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/botim.json diff --git a/bucket/botim.json b/bucket/botim.json new file mode 100644 index 00000000000000..4173dede85a829 --- /dev/null +++ b/bucket/botim.json @@ -0,0 +1,28 @@ +{ + "version": "1.7.5", + "description": "Free, Secure & Reliable Messages and Calls", + "homepage": "https://botim.me", + "license": { + "identifier": "Proprietary", + "url": "https://botim.me/terms" + }, + "url": "https://cdn-web-sg.botim.me/downloads/desktop/windows/1.7.5/Botim_Setup_1.7.5.exe", + "hash": "8cda6cf05a52fa96ba56f8a844a61cac40acbba2a1ba34e7104936c060da66f0", + "installer": { + "file": "Botim_Setup_1.7.5.exe" + }, + "uninstaller": { + "script": "Start-Process -FilePath \"$env:LOCALAPPDATA\\Programs\\BOTIM\\Uninstall BOTIM.exe\" -ArgumentList \"/S\" -Wait" + }, + "post_uninstall": "Remove-Item \"$env:LOCALAPPDATA\\botim-updater\" -Recurse", + "checkver": { + "url": "https://botim.me/download/", + "regex": "Botim_Setup_([\\d.]+).exe" + }, + "autoupdate": { + "url": "https://cdn-web-sg.botim.me/downloads/desktop/windows/$version/Botim_Setup_$version.exe", + "installer": { + "file": "Botim_Setup_$version.exe" + } + } +}