UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.39k stars 177 forks source link

Fix build problem due to missing metainfo.xml file #1885

Closed mysticfall closed 2 months ago

mysticfall commented 2 months ago

Fix an invalid reference of a metainfo.xml file (changed by df563ed):

CMake Error at source/creator/cmake_install.cmake:270 (file):
  file INSTALL cannot find
  "/home/mysticfall/.cache/yay/upbge-git/src/upbge/release/freedesktop/org.blender.Blender.metainfo.xml":
  No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:51 (include)

make: *** [Makefile:130: install] 오류 1
lordloki commented 2 months ago

Just to note that the new file is called org.upbge.UPBGE.metainfo.xml

mysticfall commented 2 months ago

Just to note that the new file is called org.upbge.UPBGE.metainfo.xml

Sorry, I was a bit in a hurry and should've been more careful! Will update the PR soon.

mysticfall commented 2 months ago

I'll merge it now. Thanks much! :)