Skip to content

Commit 496094d

Browse files
committed
Don't let vibe coders contribute, they'll break stuff.
1 parent 0db9511 commit 496094d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protocolnew("stable/xdg-shell" "xdg-shell" false)
107107
protocolnew("staging/cursor-shape" "cursor-shape-v1" false)
108108
protocolnew("stable/tablet" "tablet-v2" false)
109109

110-
string(REPLACE "\"" "\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
110+
string(REPLACE "\"" "\\\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
111111
target_compile_definitions(hyprpaper
112112
PRIVATE "-DGIT_COMMIT_HASH=\"${GIT_COMMIT_HASH}\"")
113113
target_compile_definitions(hyprpaper PRIVATE "-DGIT_BRANCH=\"${GIT_BRANCH}\"")

0 commit comments

Comments
 (0)