Have the app actually open

This commit is contained in:
dav 2024-07-13 17:00:46 -07:00
parent 72e490032c
commit f7588296b8
2 changed files with 2 additions and 2 deletions

View file

@ -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(())
}