mirror of
https://github.com/This-null/flexcam.git
synced 2026-09-03 07:53:51 +08:00
- 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
14 lines
548 B
Python
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"
|