mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Separate /etc external updater
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user