From a99253b990a15edca37fa4e01939997df691a7da Mon Sep 17 00:00:00 2001 From: Abdo Date: Sat, 9 Apr 2022 07:40:26 +0300 Subject: [PATCH] Allow passing args to anki-console.bat (#1785) --- qt/bundle/win/anki-console.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/bundle/win/anki-console.bat b/qt/bundle/win/anki-console.bat index 7b488cdd9..76be8172b 100644 --- a/qt/bundle/win/anki-console.bat +++ b/qt/bundle/win/anki-console.bat @@ -1,5 +1,5 @@ @echo off -anki +anki %* pause