Fix BDD path (Linux and Win32)
This commit is contained in:
@@ -28,7 +28,13 @@
|
||||
#include <controller/KissCount.hpp>
|
||||
#include "model.hpp"
|
||||
|
||||
#ifdef WIN32
|
||||
#define BDD_PATH "/" // In home directory (C:\Documents and settings\UserX\)
|
||||
#else
|
||||
#define BDD_PATH "/.local/share/kisscount/"
|
||||
#endif
|
||||
#define BDD_FILE "kc.bdd"
|
||||
|
||||
#define INIT_SCRIPT RESSOURCES_ROOT "init.sql"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user