feat: implement OS-specific installer sync and CDN redirect enhancements

This commit is contained in:
dyzulk
2026-01-06 14:58:58 +07:00
parent 759e60670f
commit b23fe4b00e
5 changed files with 199 additions and 3 deletions

View File

@@ -25,6 +25,9 @@ class CaCertificate extends Model
'valid_to',
'cert_path',
'der_path',
'bat_path',
'mac_path',
'linux_path',
'last_synced_at',
'download_count',
'last_downloaded_at'