2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Separate /etc external updater

This commit is contained in:
RadRussianRus
2020-06-27 02:46:51 +03:00
committed by GitHub
parent 368b8139c7
commit 13ef0513fa

View File

@@ -104,7 +104,7 @@ void ComputeTestMode() {
}
void ComputeExternalUpdater() {
QFile file(qsl("/etc/tdesktop/externalupdater"));
QFile file(qsl("/etc/kotatogram-desktop/externalupdater"));
if (file.exists() && file.open(QIODevice::ReadOnly)) {
QTextStream fileStream(&file);