Files
flexcam/pc/config.py
This-null 1d9e252562 Add automatic updates and clickable Discord links, bump to 1.3.0
- PC: download and install new versions in the background, then restart
- PC: hold the install while a stream is live, apply it on exit instead
- PC: update progress states in all 10 languages
- Discord: clickable cover image plus GitHub and Download buttons
2026-08-29 07:03:47 +03:00

14 lines
548 B
Python

APP_VERSION = "1.3.0"
GITHUB_URL = "https://github.com/This-null/flexcam"
INSTAGRAM_URL = "https://instagram.com/null.rb"
DISCORD_URL = "https://discord.gg/EaNcFyCEqP"
DISCORD_CLIENT_ID = "1541077063572791396"
DONATE_URL = "https://buymeacoffee.com/skydev"
UPDATE_URL = "https://raw.githubusercontent.com/This-null/flexcam/main/version.json"
RELEASES_API = "https://api.github.com/repos/This-null/flexcam/releases/latest"
DOWNLOAD_URL = "https://github.com/This-null/flexcam/releases/latest"
OBS_DOWNLOAD_URL = "https://obsproject.com/download"