From e3fad19e04900ec23db6a4b42a6a3208bd276e4b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 13 Dec 2021 15:37:33 -0300 Subject: Continue what we started; But preserve more of the hardcoded stuff (Including manaplus.exe - no renaming Windows build I guess) --- src/fs/paths.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fs') diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp index cc5092c69..93ead2200 100644 --- a/src/fs/paths.cpp +++ b/src/fs/paths.cpp @@ -171,13 +171,13 @@ std::string removeLast(const std::string &str) #ifdef WIN32 std::string getSelfName() { - return "manaverse.exe"; + return "manaplus.exe"; } #elif defined(__APPLE__) std::string getSelfName() { - return "manaverse.exe"; + return "manaplus.exe"; } #elif defined __linux__ || defined __linux -- cgit v1.2.3-70-g09d2