diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:26:01 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-03 15:26:01 -0400 |
| commit | 627a219bea8029107fcee77fbeea7eb79f0a79b2 (patch) | |
| tree | 48f3b39bb02853191462e7873cd4beef0fded73d /src/Utility | |
| parent | db02c4cc8028606fa57fd50424491008990ef6fd (diff) | |
| download | omnisearch-627a219bea8029107fcee77fbeea7eb79f0a79b2.tar.gz | |
feat: made version on homepage link to repo
Diffstat (limited to 'src/Utility')
| -rw-r--r-- | src/Utility/Utility.h | 4 |
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); |
