Skip to content

Commit

Permalink
Updating flatpack metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Apr 20, 2024
1 parent 305b164 commit c6945fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0091 NEW)

set(VCPKG_DISABLE_COMPILER_TRACKING 1)
#list(APPEND CMAKE_PROGRAM_PATH "${CMAKE_SOURCE_DIR}/vcpkg")
#set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake" CACHE PATH "" FORCE)
set(VCPKG_INSTALL_OPTIONS "--clean-after-build" "--x-use-aria2")

set(RELEASE_NAME "Makou_Reactor")
Expand Down Expand Up @@ -75,7 +77,7 @@ add_compile_definitions(

find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets OpenGLWidgets Svg OpenGL LinguistTools Core5Compat Xml Quick REQUIRED)

set(REQUIRED_FF7TK_VERSION 1.0.0)
set(REQUIRED_FF7TK_VERSION 0.82.1.103)
find_package(ff7tk ${REQUIRED_FF7TK_VERSION} CONFIG REQUIRED COMPONENTS ff7tk fftkData ff7tkQtWidgets ff7tkFormats ff7tkUtils)

find_package(ZLIB REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions deploy/linux/io.github.myst6re.makoureactor.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="2.1.0" date="2024-04-20"/>
<release version="2.0.0" date="2023-03-13"/>
<release version="1.8.6" date="2023-03-03"/>
<release version="1.8.5" date="2022-08-12"/>
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 5651 files

0 comments on commit c6945fa

Please sign in to comment.