Skip to content

Commit 9e3b27d

Browse files
authored
Merge pull request #1599 from nextcloud/build/flatpak-runtime-update
build(flatpak): bump runtime to 25.08
2 parents ccf5a3a + 5c09029 commit 9e3b27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

forge.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ module.exports = {
356356
'VideoConference',
357357
],
358358
// Available versions: https://freedesktop-sdk.gitlab.io/documentation/updating-sdk/release-notes/
359-
runtimeVersion: '24.08',
359+
runtimeVersion: '25.08',
360360
// Available versions: https://github.com/flathub/org.electronjs.Electron2.BaseApp/
361-
baseVersion: '24.08',
361+
baseVersion: '25.08',
362362
// Based on https://github.com/malept/electron-installer-flatpak/blob/main/src/installer.js
363363
// Available versions: https://github.com/refi64/zypak/releases
364364
modules: [
@@ -368,7 +368,7 @@ module.exports = {
368368
{
369369
type: 'git',
370370
url: 'https://github.com/refi64/zypak',
371-
tag: 'v2024.01.17',
371+
tag: 'v2025.09',
372372
},
373373
],
374374
},

0 commit comments

Comments
 (0)