File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -296,10 +296,10 @@ if(UNIX AND NOT APPLE)
296296 # Executable name follows your DEBUG suffix logic
297297 set (EXEC_BASENAME "${IFW_QS_TARGET_FILE_BASE} " ) # e.g. fea or fea_debug
298298
299- # ---- Variant A: for DEB/RPM (absolute paths under CMAKE_INSTALL_PREFIX)
299+ # ---- DEB/RPM (absolute paths under CMAKE_INSTALL_PREFIX)
300300 set (DESKTOP_ABS "${CMAKE_BINARY_DIR} /${PROJECT_PACKAGE_NAME} .desktop" )
301- set (EXEC_PATH_ABS "${CMAKE_INSTALL_PREFIX} /bin/${EXEC_BASENAME} " )
302- set (ICON_PATH_ABS "${CMAKE_INSTALL_PREFIX} /share/icons/hicolor/256x256/apps/${PROJECT_PACKAGE_NAME} .png" )
301+ set (EXEC_PATH "${CMAKE_INSTALL_PREFIX} /bin/${EXEC_BASENAME} " )
302+ set (ICON_PATH "${CMAKE_INSTALL_PREFIX} /share/icons/hicolor/256x256/apps/${PROJECT_PACKAGE_NAME} .png" )
303303
304304 configure_file (
305305 ${CMAKE_SOURCE_DIR} /range-build -tools/app.desktop.in
@@ -312,7 +312,7 @@ if(UNIX AND NOT APPLE)
312312 install (FILES "${CMAKE_SOURCE_DIR} /${PROJECT_TARGET_NAME} /pixmaps/${PROJECT_PACKAGE_NAME} .png"
313313 DESTINATION share/icons/hicolor/256x256/apps COMPONENT Application)
314314
315- # ---- Variant B: for IFW (will be copied to ~/.local/share/applications at install-time)
315+ # ---- IFW (will be copied to ~/.local/share/applications at install-time)
316316 # Keep dynamic placeholders that IFW script will replace with the real TargetDir
317317 set (DESKTOP_IFW "${CMAKE_BINARY_DIR} /${PROJECT_PACKAGE_NAME} .desktop.ifw" )
318318 set (EXEC_PATH "@EXEC_PATH@" ) # placeholder
You can’t perform that action at this time.
0 commit comments