diff --git a/bucket/genymotion.json b/bucket/genymotion.json new file mode 100644 index 00000000000000..2cfb2155f951b3 --- /dev/null +++ b/bucket/genymotion.json @@ -0,0 +1,30 @@ +{ + "version": "3.9.0", + "description": "Android Emulator", + "homepage": "https://genymotion.com/product-desktop", + "license": "Proprietary", + "architecture": { + "64bit": { + "url": "https://dl.genymotion.com/releases/genymotion-3.9.0/genymotion-3.9.0.exe", + "hash": "c1e21b7a353eae01aaf5495d2281d9c15fd3ad91dc404984675a6826bf7a0e96" + } + }, + "innosetup": true, + "shortcuts": [ + [ + "genymotion.exe", + "Genymotion" + ] + ], + "checkver": { + "url": "https://genymotion.com/product-desktop/download", + "regex": "([\\d.]+).exe" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://dl.genymotion.com/releases/genymotion-$version/genymotion-$version.exe" + } + } + } +}