{ "version": "1.1.2", "description": "A flexible and powerful issue reader for GitHub.", "homepage": "https://jasperapp.io", "license": { "identifier": "MIT", "url": "https://github.com/jasperapp/jasper/blob/HEAD/LICENSE" }, "architecture": { "64bit": { "url": "https://github.com/jasperapp/jasper/releases/download/v1.1.2/jasper_v1.1.2_windows_setup.exe", "hash": "d3ff48f0cde1f4f4063c690ca9b89f788ebacde9bf6f081a7bd7d90cfd8ff57e" } }, "installer": { "script": [ "Expand-7zipArchive -Path \"$dir\\$fname\" -DestinationPath $dir -Switches '-x!*.gif' -Removal", "$nupkg_file = Get-ChildItem -Path $dir -Filter '*.nupkg' -File | Select-Object -ExpandProperty FullName", "Expand-7zipArchive -Path $nupkg_file -DestinationPath \"$dir\\app-$version\" -ExtractDir 'lib\\net45' -Removal", "Move-Item -Path \"$dir\\app-$version\\jasper_ExecutionStub.exe\" -Destination \"$dir\\jasper.exe\"", "New-Item -Path \"$dir\\packages\" -ItemType Directory -Force | Out-Null", "Move-Item -Path \"$dir\\RELEASES\" -Destination \"$dir\\packages\"" ] }, "shortcuts": [ [ "jasper.exe", "Jasper" ] ], "checkver": { "url": "https://api.github.com/repositories/58461278/releases", "jsonpath": "$[?(@.prerelease == false && @.assets[?(@.browser_download_url =~ /windows/i)])].tag_name", "regex": "(?<=\")(?v?([\\d.]+))(?=\")" }, "autoupdate": { "url": "https://github.com/jasperapp/jasper/releases/download/$matchTag/jasper_v$version_windows_setup.exe" } }