aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-09-06 13:50:37 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-09-06 13:50:37 +0200
commita0253e25c45c66083b751d075cf9a73aa0a183f4 (patch)
treede6f939f5eb034b629e74b41ae3f454452a7d75d /src/main.c
parentc9333913641ec1b51725f918573d4faae7ecfc8f (diff)
downloadpolecat-a0253e25c45c66083b751d075cf9a73aa0a183f4.tar.gz
polecat-a0253e25c45c66083b751d075cf9a73aa0a183f4.zip
improve basic installer, add unreachable, hide unfinished behind debug
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a10e00c..c8b506c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,7 +11,9 @@
const static struct Command main_commands[] = {
{ .name = "wine", .func = wine, .description = "manage wine versions" },
+#ifndef DEBUG
{ .name = "dxvk", .func = dxvk, .description = "manage dxvk versions" },
+#endif
{ .name = "lutris", .func = lutris, .description = "run lutris instraller"},
{ .name = "info", .func = main_info, .description = "show some information about polecat" },
};