mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 07:11:26 +03:00
Merge branch 'main' of https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk
This commit is contained in:
commit
a6940d6d62
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -3,7 +3,7 @@ use std::fs::{self, read_dir, create_dir_all};
|
|||
use std::path::Path;
|
||||
|
||||
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")
|
||||
.arg("blueprint-compiler/blueprint-compiler.py")
|
||||
.arg("compile")
|
||||
|
|
Loading…
Add table
Reference in a new issue