Have the app actually open
This commit is contained in:
parent
74325059a7
commit
753e50f79d
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ use anyhow::Result;
|
|||
|
||||
fn main() -> Result<()> {
|
||||
compile_gresources()?;
|
||||
tonic_build::compile_protos("../proto/burrow.proto")?;
|
||||
tonic_build::compile_protos("proto/burrow.proto")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue