Skip to content

Commit

Permalink
Fix #4301: Linux build failing when WITH_INSTALL_PORTABLE=OFF and m…
Browse files Browse the repository at this point in the history
…ake more progress on building AppImage with linux deploy (might help with #4291)
  • Loading branch information
Eyad Ahmed committed May 23, 2024
1 parent 8ba4dba commit 42b8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/creator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ file(REMOVE ${CMAKE_BINARY_DIR}/bin/lib/libglapi.so.0.0.0)\n
DESTINATION "./share/applications"
)
install(
FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/org.bforartists.Bforartists.metainfo.xml
FILES ${CMAKE_SOURCE_DIR}/release/freedesktop/de.bforartists.Bforartists.metainfo.xml
DESTINATION "./share/metainfo"
)
install(
Expand Down

0 comments on commit 42b8f83

Please sign in to comment.