2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 05:37:45 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);