This commit is contained in:
Observer KRypt0n_ 2022-06-29 09:16:15 +02:00
commit a6940d6d62
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -3,7 +3,7 @@ use std::fs::{self, read_dir, create_dir_all};
use std::path::Path; use std::path::Path;
fn compile_blueprint<T: ToString>(path: T) -> Result<String, String> { fn compile_blueprint<T: ToString>(path: T) -> Result<String, String> {
// python3 blueprint-compiler/blueprint-compiler.py compile ui/main.blp // python blueprint-compiler/blueprint-compiler.py compile ui/main.blp
let output = Command::new("python3") let output = Command::new("python3")
.arg("blueprint-compiler/blueprint-compiler.py") .arg("blueprint-compiler/blueprint-compiler.py")
.arg("compile") .arg("compile")