blob: 81c05073af88301500c74b57a17f081e0984cb07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/Sources/CommonObjects.h b/Sources/CommonObjects.h
index 7cc69f1..c121d05 100644
--- a/Sources/CommonObjects.h
+++ b/Sources/CommonObjects.h
@@ -14,6 +14,9 @@
#ifdef Q_OS_MAC
# define AB_INI "AwesomeBump.ini"
# define AB_LOG "AwesomeBump.log"
+#elif defined(Q_OS_LINUX)
+# define AB_INI "config.ini"
+# define AB_LOG "/tmp/awesomebump-log.txt"
#else
# define AB_INI "config.ini"
# define AB_LOG "log.txt"
|