From bfbd4126d0fbefa5a3db2794588d9b7558ee7005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Nov 2018 20:26:00 +0100 Subject: [PATCH] Move RamboxPro to extras --- RamboxPro.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 RamboxPro.json diff --git a/RamboxPro.json b/RamboxPro.json deleted file mode 100644 index 43f2d77ef9..0000000000 --- a/RamboxPro.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "version": "1.0.6", - "description": "Tool for organizing web apps into one application with rich features.", - "homepage": "https://rambox.pro/", - "url": "https://github.com/ramboxapp/download/releases/download/v1.0.6/RamboxPro-1.0.6-win.exe#/dl.7z", - "hash": "sha512:f4a1b5e12ae15c9a1339fef56b0522b6619d6c23b0ab806f128841c2ba7ce9d9c997fea81f5bc4a24988aed672a4415ff353542535dc7869b5e496f2f1e1efff", - "extract_dir": "\\$PLUGINSDIR", - "pre_install": "Get-ChildItem \"$dir\" -Exclude 'app-64.7z', 'app-32.7z' | Remove-Item -Force -Recurse", - "architecture": { - "64bit": { - "installer": { - "script": "extract_7zip \"$dir\\app-64.7z\" \"$dir\"" - } - }, - "32bit": { - "installer": { - "script": "extract_7zip \"$dir\\app-32.7z\" \"$dir\"" - } - } - }, - "post_install": "Remove-Item \"$dir\\app-64.7z\", \"$dir\\app-32.7z\"", - "shortcuts": [ - [ - "RamboxPro.exe", - "RamboxPro" - ] - ], - "checkver": { - "github": "https://github.com/ramboxapp/download/" - }, - "autoupdate": { - "url": "https://github.com/ramboxapp/download/releases/download/v$version/RamboxPro-$version-win.exe#/cosi.7z", - "hash": { - "url": "https://github.com/ramboxapp/download/releases/download/v$version/latest.yml", - "find": "sha512:\\s+(.*)" - } - } -}