Skip to content

Commit 889afb7

Browse files
committed
fix CBrake .desktop variable
1 parent a816fe7 commit 889afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,13 @@ if(NOT TEST)
275275
set(RESOURCES_SOURCE "${CMAKE_SOURCE_DIR}/resources")
276276
set(RESOURCES_BINARY "${CMAKE_BINARY_DIR}/resources")
277277

278+
set(INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
278279
configure_file(
279280
${RESOURCES_SOURCE}/applications/TombRaiderLinuxLauncher.desktop
280281
${RESOURCES_BINARY}/applications/TombRaiderLinuxLauncher.desktop
281282
@ONLY
282283
)
283284

284-
285285
install(FILES
286286
${RESOURCES_BINARY}/applications/TombRaiderLinuxLauncher.desktop
287287
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications

0 commit comments

Comments
 (0)