Skip to content

Commit

Permalink
Update screenshot to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Jul 17, 2024
1 parent 70a7733 commit 3a43299
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion screenshot-install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@
"name": "screenshot",
"description": "Cross-platform command line screenshot utility",
"versions": [
{
"version": "0.3.0",
"gaugeVersionSupport": {
"minimum": "0.8.5",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "",
"linux": "",
"darwin": ""
},
"x64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-windows.x86_64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-linux.x86_64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-darwin.x86_64.zip"
},
"arm64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-windows.arm64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-linux.arm64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-darwin.arm64.zip"
}
}
},
{
"version": "0.2.0",
"gaugeVersionSupport": {
Expand Down Expand Up @@ -85,4 +114,4 @@
}
}
]
}
}

0 comments on commit 3a43299

Please sign in to comment.