Skip to content

Commit

Permalink
Update the Google Play protobuf specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Mar 6, 2024
1 parent f3946e1 commit a03fa6a
Show file tree
Hide file tree
Showing 4 changed files with 5,019 additions and 2,549 deletions.
2 changes: 1 addition & 1 deletion googleplay-protobuf/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern crate prost_build;

fn main() {
if !Path::new("src/googleplay.rs").exists() {
prost_build::compile_protos(&["protos/googleplay.proto"],
prost_build::compile_protos(&["protos/GooglePlay.proto"],
&["protos/"]).unwrap();

let out_dir = env::var("OUT_DIR").unwrap();
Expand Down
Loading

0 comments on commit a03fa6a

Please sign in to comment.