Skip to content

Commit

Permalink
Set binary file for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 22, 2024
1 parent 5f40061 commit 7450a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def build(self):
cmake.configure()
cmake.build()

self.send_sentry_debug_files()
self.send_sentry_debug_files(binary_basename = "libArcus")

def package(self):
copy(self, pattern="LICENSE*", dst="licenses", src=self.source_folder)
Expand Down

0 comments on commit 7450a71

Please sign in to comment.