* Rebrand

* Revert Info.plist.in

* Think, Mark!
This commit is contained in:
Irastris
2026-05-12 00:06:58 -04:00
committed by GitHub
parent 9d5d8dd13a
commit 157f4f9df2
46 changed files with 152 additions and 153 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ std::string MakeTimestampedLogName() {
#endif
std::array<char, 32> buffer{};
std::strftime(buffer.data(), buffer.size(), "dusk-%Y%m%d-%H%M%S.log", &localTime);
std::strftime(buffer.data(), buffer.size(), "dusklight-%Y%m%d-%H%M%S.log", &localTime);
return buffer.data();
}