aboutsummaryrefslogtreecommitdiff
path: root/src/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility')
-rw-r--r--src/Utility/Utility.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Utility/Utility.h b/src/Utility/Utility.h
index 8d13306..e00e50c 100644
--- a/src/Utility/Utility.h
+++ b/src/Utility/Utility.h
@@ -7,6 +7,10 @@
#define VERSION "unknown"
#endif
+#ifndef GIT_REMOTE
+#define GIT_REMOTE "https://git.bwaaa.monster/omnisearch"
+#endif
+
#define LINK_FIELD_COUNT 3
int hex_to_int(char c);