leaden_noinstall: call make (to build ui) before executing the app

This commit is contained in:
Maciej Barć 2020-08-21 03:04:48 +02:00
parent 887480d766
commit 33f5dae3f6
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
import sys
from subprocess import call
call(["make"])
import leaden.cmdline