leaden_noinstall: call make (to build ui) before executing the app
This commit is contained in:
parent
887480d766
commit
33f5dae3f6
@ -2,6 +2,10 @@
|
||||
|
||||
|
||||
import sys
|
||||
from subprocess import call
|
||||
|
||||
call(["make"])
|
||||
|
||||
|
||||
import leaden.cmdline
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user