mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2026-05-05 16:17:59 +02:00
Testing if using quotes will properly replace to just spaces.
This commit is contained in:
parent
496094dbf6
commit
e50c6bbaba
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ protocolnew("stable/xdg-shell" "xdg-shell" false)
|
|||
protocolnew("staging/cursor-shape" "cursor-shape-v1" false)
|
||||
protocolnew("stable/tablet" "tablet-v2" false)
|
||||
|
||||
string(REPLACE "\"" "\\\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
|
||||
string(REPLACE "\"" " " GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
|
||||
target_compile_definitions(hyprpaper
|
||||
PRIVATE "-DGIT_COMMIT_HASH=\"${GIT_COMMIT_HASH}\"")
|
||||
target_compile_definitions(hyprpaper PRIVATE "-DGIT_BRANCH=\"${GIT_BRANCH}\"")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue