Browse Source
leaden_noinstall: call make (to build ui) before executing the app
master
Maciej Barć
2 years ago
No known key found for this signature in database
GPG Key ID: 31C9FE65BED714A
1 changed files with
4 additions and
0 deletions
-
leaden_noinstall.py
|
|
@ -2,6 +2,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
import sys |
|
|
|
from subprocess import call |
|
|
|
|
|
|
|
call(["make"]) |
|
|
|
|
|
|
|
|
|
|
|
import leaden.cmdline |
|
|
|
|
|
|
|