[meta] allow customisation of auto-updater, remove hardcoded title names and fix dup title names #2588

Merged
crueter merged 3 commits from liz-fix-scm-title-name into master 2025-10-01 05:08:01 +02:00
Showing only changes of commit 443c95721e - Show all commits

View file

@ -21,5 +21,8 @@ extern const char g_title_bar_format_running[];
extern const char g_shader_cache_version[];
extern const char g_compiler_id[];
extern const bool g_is_dev_build;
extern const char g_build_auto_update_website[];
extern const char g_build_auto_update_api[];
extern const char g_build_auto_update_repo[];
} // namespace Common