Skip to content

Commit

Permalink
Fix macOS action
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Jul 1, 2024
1 parent fceaabc commit cd30cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Telegram/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,7 @@ execute_process(
COMMAND git describe --tags --always
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
OUTPUT_VARIABLE KTGDESKTOP_GIT_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
string(REGEX REPLACE "^(k|v)([0-9]\\.[0-9])" "\\2" KTGDESKTOP_GIT_VERSION "${KTGDESKTOP_GIT_VERSION}")
if (KTGDESKTOP_GIT_VERSION)
Expand Down

0 comments on commit cd30cef

Please sign in to comment.