mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
add note about being an alpha
This commit is contained in:
parent
e93f4abcab
commit
ac81fefc14
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ environment points to a valid, writable folder.""")
|
|||
# remaining pm init
|
||||
pm.ensureProfile()
|
||||
|
||||
print("This is an ALPHA build - please do not package it up for Linux distributions")
|
||||
|
||||
# load the main window
|
||||
import aqt.main
|
||||
mw = aqt.main.AnkiQt(app, pm, args)
|
||||
|
|
Loading…
Reference in a new issue