Skip to content

Commit

Permalink
Allow PDB files to be passed as binaries (#86)
Browse files Browse the repository at this point in the history
* Part 1: Geode CLI

* Semicolon

* Bruh.
  • Loading branch information
hiimjasmine00 authored Dec 6, 2024
1 parent 88740c5 commit ebeba50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ fn create_package(
".android32.so",
".android64.so",
".so",
".pdb",
]
.iter()
.find(|x| binary_name.ends_with(**x))
Expand Down

0 comments on commit ebeba50

Please sign in to comment.