Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Feb 21, 2024
1 parent 4fc5b33 commit fde7b79
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 @@ -213,7 +213,7 @@ def build(self):
self.run(f"sentry-cli --auth-token {os.environ['SENTRY_TOKEN']} releases finalize -o {sentry_org} -p {sentry_project} {self.version}")

def package(self):
match self.setting.os:
match self.settings.os:
case "Windows":
ext = ".exe"
case "Emscripten":
Expand Down

0 comments on commit fde7b79

Please sign in to comment.