Skip to content

Commit

Permalink
remove _dir.vpk from vpk name
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabwhy committed Mar 1, 2024
1 parent afb5bfb commit 88f4d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ fn get_vpk_name(path: &String) -> String {
.to_str()
.unwrap()
.to_string()
.replace("_dir.vpk", "")
}

const LANG_STRS: [&str; 11] = [
Expand Down

0 comments on commit 88f4d11

Please sign in to comment.