Installer Database

Last updated: 2025-11-10 10:31:12

Files

Filename Type Size
installer_database.json Database 545 bytes
public_key.pem Public Key 178 bytes
CrayonicAgent_x64_1.0.135.msi MSI Installer 44105728 bytes
CrayonicAgent_x64_1.0.135_CloudSyncDisabled.mst MSI Transform (MST) 20480 bytes

Usage

To check for updates using this database:

python update_checker.py --url "{your_web_url}" --current-version "1.0.0" --arch "x64"

To download and verify updates:

python update_checker.py --url "{your_web_url}" --current-version "1.0.0" --arch "x64" --download --verify --public-key "public_key.pem"