Extras/bucket/detect-it-easy.json
2026-04-22 01:02:02 +00:00

55 lines
1.6 KiB
JSON

{
"version": "3.21",
"description": "Program for determining types of files",
"homepage": "https://horsicq.github.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/3.21/die_win64_portable_3.21_x64.zip",
"hash": "078f2934f267392247f9c7b759a1c2457a48bc2000b25b80c2f129955ee4a3b9"
},
"32bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/3.21/die_win32_portable_3.21_x86.zip",
"hash": "7d7195f757c45f6b69364d167c9958fa60339d53876a87e4a1edbcbf67d1e477"
}
},
"extract_dir": "die",
"pre_install": [
"'die.ini', 'shortcuts.ini' | ForEach-Object {",
" if(!(Test-Path \"$persist_dir\\$_\")) {New-Item \"$dir\\$_\" -ItemType File | Out-Null}",
"}"
],
"bin": [
"die.exe",
"diec.exe",
"diel.exe"
],
"shortcuts": [
[
"die.exe",
"Detect It Easy"
]
],
"persist": [
"die.ini",
"shortcuts.ini",
"db",
"info",
"qss",
"signatures"
],
"checkver": {
"github": "https://github.com/horsicq/DIE-engine"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win64_portable_$version_x64.zip"
},
"32bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win32_portable_$version_x86.zip"
}
}
}
}