diff --git a/configure.py b/configure.py index 4b3568d..8739f17 100644 --- a/configure.py +++ b/configure.py @@ -205,8 +205,8 @@ else: wine = "" elif args.wine: wine = f"{args.wine} " - # elif which("wibo") is not None: - # wine = "wibo " + elif which("wibo") is not None: + wine = "wibo " else: wine = "wine " exe = "" diff --git a/tools/dtk_version b/tools/dtk_version index 600e6fd..f54b243 100644 --- a/tools/dtk_version +++ b/tools/dtk_version @@ -1 +1 @@ -v0.3.3 +v0.3.4