1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00

Do not use a separate debug version of the app data folder

This just ended up being really annoying instead of helpful during
development...
This commit is contained in:
Joshua Goins 2022-09-05 17:50:06 -04:00
parent e51d8243f2
commit 21f63b8abd

View file

@ -18,12 +18,7 @@ int main(int argc, char* argv[]) {
QApplication app(argc, argv); QApplication app(argc, argv);
#ifdef NDEBUG
QCoreApplication::setApplicationName("astra"); QCoreApplication::setApplicationName("astra");
#else
QCoreApplication::setApplicationName("astra-debug");
#endif
QCoreApplication::setApplicationVersion(version); QCoreApplication::setApplicationVersion(version);
// we want to decide which interface to use. this is decided by the // we want to decide which interface to use. this is decided by the