add note about being an alpha

This commit is contained in:
Damien Elmes 2017-06-14 11:59:58 +10:00
parent e93f4abcab
commit ac81fefc14

View File

@ -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)