Extras/bucket/screentogif.json
2026-07-28 20:46:49 +00:00

58 lines
2.3 KiB
JSON

{
"version": "2.43.2",
"description": "Screen, webcam and sketchboard recorder with an integrated editor.",
"homepage": "https://www.screentogif.com/",
"license": "MS-PL",
"suggest": {
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://github.com/NickeManarin/ScreenToGif/releases/download/2.43.2/ScreenToGif.2.43.2.Portable.x64.zip",
"hash": "42a0b53d67ecae22698b4881ffb2c9c7a9049663f5fbdd2edb779e1971000664"
},
"32bit": {
"url": "https://github.com/NickeManarin/ScreenToGif/releases/download/2.43.2/ScreenToGif.2.43.2.Portable.x86.zip",
"hash": "f378cd84065fa5f24af266213bfb5dad66e661374967586b8374203b970b445e"
},
"arm64": {
"url": "https://github.com/NickeManarin/ScreenToGif/releases/download/2.43.2/ScreenToGif.2.43.2.Portable.Arm64.zip",
"hash": "ab92de243ebb18a7571cc7d2ae518339bfe022af0d2f09c044c53ccfb9a65cc2"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\Settings.xaml\")) {",
" if (Test-Path \"$env:AppData\\ScreenToGif\\Settings.xaml\") {",
" info \"[Portable Mode]: Copying existing settings file %AppData%\\ScreenToGif\\Settings.xaml...\"",
" Copy-Item \"$env:AppData\\ScreenToGif\\Settings.xaml\" \"$dir\"",
" } else {",
" Set-Content \"$dir\\Settings.xaml\" '<ResourceDictionary></ResourceDictionary>' -Encoding ascii | Out-Null",
" }",
"}"
],
"bin": "ScreenToGif.exe",
"shortcuts": [
[
"ScreenToGif.exe",
"ScreenToGif"
]
],
"persist": "Settings.xaml",
"checkver": {
"github": "https://github.com/NickeManarin/ScreenToGif"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/NickeManarin/ScreenToGif/releases/download/$version/ScreenToGif.$version.Portable.x64.zip"
},
"32bit": {
"url": "https://github.com/NickeManarin/ScreenToGif/releases/download/$version/ScreenToGif.$version.Portable.x86.zip"
},
"arm64": {
"url": "https://github.com/NickeManarin/ScreenToGif/releases/download/$version/ScreenToGif.$version.Portable.Arm64.zip"
}
}
}
}