Skip to content

Commit ebeba50

Browse files
Allow PDB files to be passed as binaries (#86)
* Part 1: Geode CLI * Semicolon * Bruh.
1 parent 88740c5 commit ebeba50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/package.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ fn create_package(
353353
".android32.so",
354354
".android64.so",
355355
".so",
356+
".pdb",
356357
]
357358
.iter()
358359
.find(|x| binary_name.ends_with(**x))

0 commit comments

Comments
 (0)