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:
parent
e51d8243f2
commit
21f63b8abd
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue