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:
parent
368b8139c7
commit
13ef0513fa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user