Extras/bucket/cudatext.json
2026-07-19 16:37:48 +00:00

61 lines
2.3 KiB
JSON

{
"version": "1.235.1.0",
"description": "A cross-platform, open-source text editor written in Object Pascal, available free of charge for both personal and commercial use, featuring fast startup and extensibility through Python-based add-ons.",
"homepage": "https://cudatext.github.io",
"license": {
"identifier": "MPL-2.0",
"url": "https://github.com/Alexey-T/CudaText/blob/HEAD/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/cudatext/files/release/1.235.1.0/cudatext-windows-amd64-1.235.1.0.zip",
"hash": "sha1:0fe565b8deda45cee6b555db3d3750b90999fd09"
},
"32bit": {
"url": "https://sourceforge.net/projects/cudatext/files/release/1.235.1.0/cudatext-windows-i386-1.235.1.0.zip",
"hash": "sha1:36d4291841c6aeb5a5238d34c1410fb701d3612e"
},
"arm64": {
"url": "https://sourceforge.net/projects/cudatext/files/release/1.235.1.0/cudatext-windows-aarch64-1.235.1.0.zip",
"hash": "sha1:27647d91ba0cbc039a6fc77cbcf5c093a256d0dc"
}
},
"extract_dir": "cudatext",
"post_install": [
"'py', 'data' | ForEach-Object {",
" if (Test-Path -Path \"$dir\\$_.original\" -PathType Container) {",
" Copy-Item -Path \"$dir\\$_.original\\*\" -Destination \"$dir\\$_\" -Force -Recurse",
" Remove-Item -Path \"$dir\\$_.original\" -Recurse -Force -ErrorAction SilentlyContinue",
" }",
"}"
],
"bin": "cudatext.exe",
"shortcuts": [
[
"cudatext.exe",
"CudaText"
]
],
"persist": [
"py",
"data",
"settings"
],
"checkver": {
"sourceforge": "cudatext/release"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/cudatext/files/release/$version/cudatext-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://sourceforge.net/projects/cudatext/files/release/$version/cudatext-windows-i386-$version.zip"
},
"arm64": {
"url": "https://sourceforge.net/projects/cudatext/files/release/$version/cudatext-windows-aarch64-$version.zip"
}
}
}
}