Installer Database

Last updated: 2026-03-26 09:46:56

Files

Filename Type Size
installer_database.json Database 545 bytes
public_key.pem Public Key 178 bytes
CrayonicAgent_x64_1.0.205.msi MSI Installer 60297216 bytes
CrayonicAgent_x64_1.0.205_CloudSyncDisabled.mst MSI Transform (MST) 20480 bytes
README_1.0.205.md Markdown (MD) 8105 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"