Update dtk

This commit is contained in:
Luke Street
2023-08-09 01:31:50 -04:00
parent dddb7e656b
commit 3199bf6ec2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 = ""
+1 -1
View File
@@ -1 +1 @@
v0.3.3
v0.3.4