From 21f63b8abdd78bd02a952be75e4306035118d402 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 5 Sep 2022 17:50:06 -0400 Subject: [PATCH] Do not use a separate debug version of the app data folder This just ended up being really annoying instead of helpful during development... --- launcher/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/launcher/main.cpp b/launcher/main.cpp index 8a91761..0bba343 100755 --- a/launcher/main.cpp +++ b/launcher/main.cpp @@ -18,12 +18,7 @@ int main(int argc, char* argv[]) { QApplication app(argc, argv); -#ifdef NDEBUG QCoreApplication::setApplicationName("astra"); -#else - QCoreApplication::setApplicationName("astra-debug"); -#endif - QCoreApplication::setApplicationVersion(version); // we want to decide which interface to use. this is decided by the