Skip to content

Commit

Permalink
chore: added sentry-cli curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur001 committed Apr 6, 2024
1 parent 22b5ca2 commit 981dc4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -694,6 +694,10 @@ if(APPLE)
set(SENTRY_PROJECT "")
set(SENTRY_AUTH_TOKEN "")

execute_process(
COMMAND curl -sL https://sentry.io/get-cli/ | sh
)

add_custom_command(
TARGET mudlet POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
Expand Down

0 comments on commit 981dc4d

Please sign in to comment.