Separate /etc external updater
This commit is contained in:
parent
368b8139c7
commit
13ef0513fa
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ void ComputeTestMode() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ComputeExternalUpdater() {
|
void ComputeExternalUpdater() {
|
||||||
QFile file(qsl("/etc/tdesktop/externalupdater"));
|
QFile file(qsl("/etc/kotatogram-desktop/externalupdater"));
|
||||||
|
|
||||||
if (file.exists() && file.open(QIODevice::ReadOnly)) {
|
if (file.exists() && file.open(QIODevice::ReadOnly)) {
|
||||||
QTextStream fileStream(&file);
|
QTextStream fileStream(&file);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue