diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-09 04:30:41 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-09 04:30:41 +0000 |
| commit | 9c76db9dea21166f021c806f2e07f0c84565ab4b (patch) | |
| tree | 2eafe5c137b4b069435b1d4d9a4e002d41da7213 | |
| parent | 1291765390a328610b64f76bd11269aff1cb03b5 (diff) | |
pre_install doesn't break the program if it doesn't exist
| -rw-r--r-- | src/vars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ const char* get_install_dir(const char *key) { return ""; } -const char *version = "0.1.2"; +const char *version = "0.1.3"; const char *red = "\e[0;31m"; const char *green = "\e[0;32m"; |
