From adb4ff9ec71546a4e2b6ce85a96a3ecd36ef0074 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 19 Apr 2026 01:52:49 +0200 Subject: [PATCH] Update flatpak version reference --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5a1ef32..9e6a5a3 100644 --- a/meson.build +++ b/meson.build @@ -70,7 +70,7 @@ gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') icons_path = join_paths(prefix, datadir, 'icons') add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp']) -add_project_arguments('-DGSR_FLATPAK_VERSION="5.12.2"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.13.0"', language: ['c', 'cpp']) add_project_arguments('-DKWIN_HELPER_SCRIPT_PATH="' + gsr_ui_resources_path + '/gsrkwinhelper.js"', language: ['c', 'cpp'])