Skip to content

fagramdesktop/ota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FAgram Desktop OTA Updates

This repository hosts OTA (Over-The-Air) update packages for FAgram Desktop.

Structure

ota/
├── current4              # JSON manifest with latest versions per platform
├── tx64upd<version>      # Windows x64 update package
├── tlinuxupd<version>    # Linux update package
└── README.md

How it works

The FAgram Desktop client periodically checks current4 for new versions. If an update is available, it downloads the signed package and installs it automatically.

Supported platforms

Platform Key File prefix
Windows x64 win64 tx64upd
Linux linux tlinuxupd

Publishing updates

Use the publish script from the main repo:

python Telegram/build/publish_update.py \
  --version <version_int> \
  --platform win64 \
  --file path/to/tx64upd<version>

See docs/ota-updates.md for full documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors