Skip to content

Commit c10d017

Browse files
Change windows command to current default (#360)
* Change windows command to current default Originally reported by @Danika-Dakika in https://forums.ankiweb.net/t/my-anki-crashes/57782/15?u=anon_0000 * Update src/platform/windows/text-size.md Co-authored-by: llama <100429699+iamllama@users.noreply.github.com> --------- Co-authored-by: llama <100429699+iamllama@users.noreply.github.com>
1 parent 29e9936 commit c10d017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/windows/text-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Anki. For example, create a file called startanki.bat on your desktop
1515
with the following text:
1616

1717
set ANKI_WEBSCALE=0.75
18-
start "Anki" "C:\Program Files\Anki\anki"
18+
start "Anki" "%LocalAppData%\Programs\Anki\anki.exe"
1919

2020
After saving, you can double click on the file to start Anki with that
2121
setting.

0 commit comments

Comments
 (0)