mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix path to executable in ComputeExternalUpdater
This commit is contained in:
parent
9f6f7f7c9b
commit
a16b7fbb83
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void ComputeExternalUpdater() {
|
|||
while (!fileStream.atEnd()) {
|
||||
const auto path = fileStream.readLine();
|
||||
|
||||
if (path == (cWorkingDir() + cExeName())) {
|
||||
if (path == (cExeDir() + cExeName())) {
|
||||
SetUpdaterDisabledAtStartup();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue