mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-24 11:51:15 +00:00
8 lines
88 B
C++
8 lines
88 B
C++
|
#include "AppInfo.h"
|
||
|
|
||
|
std::string AppInfo::logFilePath()
|
||
|
{
|
||
|
return "update-log.txt";
|
||
|
}
|
||
|
|