/
deteled
/
iptvnator
Обзор
Документация
Войти
/
deteled
/
iptvnator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
apps/web/src/environments/build-commit.ts
10 строк
437 B
4gray
feat(about): show build commit next to the app version (#1208)
19 июл 2026, 10:44
Не верифицирован
19 июл 2026, 10:44
ec09778
Код
Авторство
О чём код?
/** * Git commit the app was built from. Populated by * tools/build/inject-build-commit.mjs during CI builds; stays empty for * local/dev builds, in which case Settings > About shows the plain version. * * Intentionally separate from AppConfig.version: appending the SHA to the * semver itself would flip electron-updater into prerelease mode and leak * into installer/artifact version fields. */ export const BUILD_COMMIT = '';