Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neevek committed May 2, 2024
1 parent 4c3c265 commit 9631e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() -> Result<(), Box<dyn Error>> {
// index into the omnip-web.blob file, in the format of [filepath//offset//length//mime]
let archive_index_file_path = Path::new(&out_dir).join("omnip-web.idx");

monolithica::AssetArhiver::create_archive(
monolithica::AssetArchiver::create_archive(
src_dir,
archive_file_path.as_path(),
archive_index_file_path.as_path(),
Expand Down

0 comments on commit 9631e27

Please sign in to comment.