Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated maintained app version metadata and installer URLs/checksums for multiple applications, including Adobe Acrobat DC, AWS CLI, DBeaver Community, Visual Studio Code, RustDesk, VNC Viewer, Darktable, and more. * **Bug Fixes** * Improved Darktable installation/uninstallation handling for the correct installer type, including more reliable detection and success handling for reboot-required outcomes. * Updated VNC Viewer/Connect Viewer installation/uninstallation detection and MSI selection; aligned the app identifier and matching patterns to the rebranded name. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com> Co-authored-by: Allen Houchins <allenhouchins@mac.com>
14 lines
586 B
JSON
14 lines
586 B
JSON
{
|
|
"name": "darktable",
|
|
"slug": "darktable/windows",
|
|
"package_identifier": "darktable.darktable",
|
|
"unique_identifier": "darktable",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/darktable_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/darktable_uninstall.ps1",
|
|
"default_categories": ["Productivity"],
|
|
"exists_query": "SELECT 1 FROM programs WHERE (name = 'darktable' OR name LIKE 'darktable %') AND publisher LIKE '%darktable%';"
|
|
}
|