proot-apps/apps/telegram/entrypoint
Nick007 7c89caaa4b fix(telegram): update entrypoint binary name from telegram-desktop to Telegram
The Alpine Linux telegram-desktop package has renamed its binary from
'telegram-desktop' to 'Telegram' (capital T). This causes telegram-pa
to fail with 'command not found' on launch.

Verified via Alpine package metadata:
  Provides (1): cmd:Telegram
2026-03-14 21:01:23 +08:00

5 lines
44 B
Bash
Executable File

#!/bin/bash
# Start Telegram
Telegram "$@"